Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dstats.rs73 let c_str_ptr = unsafe { binder_command_strings[i] }; in command_string() localVariable
75 let bytes = unsafe { CStr::from_char_ptr(c_str_ptr) }.to_bytes(); in command_string()
82 let c_str_ptr = unsafe { binder_return_strings[i] }; in return_string() localVariable
84 let bytes = unsafe { CStr::from_char_ptr(c_str_ptr) }.to_bytes(); in return_string()