Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/rust/src/
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()
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()
/foundation/filemanagement/file_api/interfaces/kits/rust/include/
Drust_file.h57 } Str; typedef