Searched defs:cstr (Results 1 – 2 of 2) sorted by relevance
44 let cstr = CString::new(name).map_err(|_| SocketError::NulError(name.to_owned()))?; in android_get_control_socket() localVariable
50 def cstr(s): function