Home
last modified time | relevance | path

Searched defs:cstr (Results 1 – 2 of 2) sorted by relevance

/system/librustutils/
Dsockets.rs44 let cstr = CString::new(name).map_err(|_| SocketError::NulError(name.to_owned()))?; in android_get_control_socket() localVariable
/system/tools/mkbootimg/
Dunpack_bootimg.py50 def cstr(s): function