Searched defs:Str (Results 1 – 4 of 4) sorted by relevance
41 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()
52 pub struct Str { struct54 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()
57 } Str; typedef
398 … auto Str = (std::to_string(pid) + "_" + element.GetBundleName() + "_" + element.GetAbilityName()); variable