Home
last modified time | relevance | path

Searched refs:JudgeExistAndEmpty (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmovedir.cpp39 static tuple<bool, bool> JudgeExistAndEmpty(const string &path) in JudgeExistAndEmpty() function
262 auto [destStrExist, destStrEmpty] = JudgeExistAndEmpty(destStr); in MoveDirFunc()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp414 static tuple<bool, bool> JudgeExistAndEmpty(const string &path) in JudgeExistAndEmpty() function
643 auto [destStrExist, destStrEmpty] = JudgeExistAndEmpty(destStr); in MoveDirFunc()

Completed in 4 milliseconds