Searched defs:c_str (Results 1 – 3 of 3) sorted by relevance
23 c_str: *const c_char, field29 let c_str = value.as_ptr() as *const c_char; in from() localVariable
88 let c_str = unsafe { CStr::from_ptr(bundle_name as _) }; in on_package_removed() localVariable137 let c_str = unsafe { CStr::from_ptr(bundle_name as _) }; in on_app_restore() localVariable
462 let c_str = CStr::from_ptr(c_str); in c_char_to_string() localVariable