Searched refs:IsDir (Results 1 – 10 of 10) sorted by relevance
62 if !e.IsDir() {
482 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1)484 bool ret = IsDir("../");
477 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1)479 bool ret = IsDir("../");
193 bool IsDir(const std::string &path) in IsDir() function414 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
215 bool IsDir(const std::string &path);
249 bool IsDir(const std::string &path) in IsDir() function475 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
497 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckTargetPids()503 if (!IsDir("/proc/" + std::to_string(tid))) { in CheckTargetPids()
604 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckOptionPid()
1479 if (IsDir("/proc/" + std::to_string(*it))) { in HaveTargetsExit()
219 bool IsDir(const std::string &path);