Home
last modified time | relevance | path

Searched refs:CutFileName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/include/
H A Drust_file.h147 Str* CutFileName(const char* path, size_t size);
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dffi.rs95 pub unsafe extern "C" fn CutFileName(path: *const c_char, size: usize) -> *mut Str { in CutFileName() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/test/unittest/class_file/
H A Drust_test.cpp607 Str *str1 = CutFileName(myStr.c_str(), 2);
612 Str *str2 = CutFileName(myStr.c_str(), 10);
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp266 Str *str = CutFileName(fileName.c_str(), SLICE_LENGTH); in TruncFileName()