Searched refs:c_str_ptr (Results 1 – 1 of 1) sorted by relevance
73 let c_str_ptr = unsafe { binder_command_strings[i] }; in command_string() localVariable75 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() localVariable84 let bytes = unsafe { CStr::from_char_ptr(c_str_ptr) }.to_bytes(); in return_string()