Home
last modified time | relevance | path

Searched refs:error_string_ptr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dmod.rs309 let error_string_ptr = in rpc_status() localVariable
311 let error_string = if error_string_ptr.is_null() { in rpc_status()
314 CStr::from_ptr(error_string_ptr) in rpc_status()