Searched refs:IsDir (Results 1 – 10 of 10) sorted by relevance
62 if !e.IsDir() {
477 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1)479 bool ret = IsDir("../");
482 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1)484 bool ret = IsDir("../");
193 bool IsDir(const std::string &path) in IsDir() function414 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
200 bool IsDir(const std::string &path);
218 bool IsDir(const std::string &path);
268 bool IsDir(const std::string &path) in IsDir() function490 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
463 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckTargetPids()469 if (!IsDir("/proc/" + std::to_string(tid))) { in CheckTargetPids()
609 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckOptionPid()
1449 if (IsDir("/proc/" + std::to_string(*it))) { in HaveTargetsExit()