Home
last modified time | relevance | path

Searched refs:IsRootDir (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp95 inline bool IsRootDir(const std::string &dirName) in IsRootDir() function
356 if (IsRootDir(dir)) { in IsDirExist()
392 if (IsRootDir(srcPath)) { in GetAllFileList()
439 if (!IsRootDir(tmpDir)) { in GetChildNames()
590 if (IsRootDir(srcPath)) { in GetChildNamesNormal()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dfs_work_agent.c464 static bool IsRootDir(const char *path) in IsRootDir() function
483 if (IsDataDir(path, false) || IsDataDir(path, true) || IsRootDir(path) || in IsValidFilePath()