Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/build/rust/tests/test_bindgen_test/test_for_hello_world/
H A Dmain.rs35 let c_str = CString::new("This is a message from C").unwrap(); in main() localVariable
/ohos5.0/base/request/request/services/src/utils/
H A Dc_wrapper.rs22 c_str: *const c_char, field
28 let c_str = value.as_ptr() as *const c_char; in from() localVariable
/ohos5.0/foundation/multimodalinput/input/util/rust_key/src/
H A Dlib.rs45 let c_str: &CStr = unsafe { CStr::from_ptr(info_line) }; in ReadConfigInfo() localVariable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dskeleton.rs106 c_str: *mut c_uchar, field
/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dlistener.rs169 let c_str = unsafe { CStr::from_ptr(bundle_name as _) }; in on_package_removed() localVariable
238 let c_str = unsafe { CStr::from_ptr(bundle_name as _) }; in on_app_restore() localVariable
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs553 let c_str = CStr::from_ptr(c_str); in c_char_to_string() localVariable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h351 const_pointer c_str() const in c_str() function