Home
last modified time | relevance | path

Searched refs:RmDirent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Drmdirent.cpp37 static NError RmDirent(const string &fpath) in RmDirent() function
58 static NError RmDirent(const string &fpath) in RmDirent() function
88 auto rmDirentRes = RmDirent(filePath); in RmDirent()
125 auto err = RmDirent(string(path.get())); in Sync()
151 return RmDirent(tmpPath); in Async()
/ohos5.0/foundation/filemanagement/user_file_service/utils/
H A Dfile_util.h218 static NError RmDirent(const string &fpath) in RmDirent() function
248 auto rmDirentRes = RmDirent(filePath); in RmDirent()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp483 auto err = RmDirent(GetToDeletePath(parentPath, env)); in RecoverFile()
573 auto err = RmDirent(GetToDeletePath(dirPath, env)); in RecoverDir()
689 auto err = RmDirent(GetToDeletePath(path, env)); in CompletelyDelete()