Searched refs:CutFileName (Results 1 – 4 of 4) sorted by relevance
147 Str* CutFileName(const char* path, size_t size);
95 pub unsafe extern "C" fn CutFileName(path: *const c_char, size: usize) -> *mut Str { in CutFileName() function
607 Str *str1 = CutFileName(myStr.c_str(), 2);612 Str *str2 = CutFileName(myStr.c_str(), 10);
266 Str *str = CutFileName(fileName.c_str(), SLICE_LENGTH); in TruncFileName()