Home
last modified time | relevance | path

Searched defs:Str (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dffi.rs41 pub unsafe extern "C" fn NextLine(iter: *mut c_void) -> *mut Str { in NextLine()
74 pub extern "C" fn GetParent(fd: i32) -> *mut Str { in GetParent()
87 pub unsafe extern "C" fn StrFree(str: *mut Str) { in StrFree()
95 pub unsafe extern "C" fn CutFileName(path: *const c_char, size: usize) -> *mut Str { in CutFileName()
H A Dadapter.rs52 pub struct Str { struct
54 pub str: *mut c_char,
56 pub len: c_uint,
102 pub(crate) unsafe fn next_line(iter: *mut c_void) -> Result<*mut Str, Error> { in next_line()
152 pub(crate) fn get_parent(fd: i32) -> Result<*mut Str, Error> { in get_parent()
175 pub(crate) unsafe fn cut_file_name(path: *const c_char, size: usize) -> *mut Str { in cut_file_name()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/include/
H A Drust_file.h57 } Str; typedef
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_avsession_adapter_impl_test.cpp398 … auto Str = (std::to_string(pid) + "_" + element.GetBundleName() + "_" + element.GetAbilityName()); variable