Home
last modified time | relevance | path

Searched refs:IsDir (Results 1 – 10 of 10) sorted by relevance

/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dcommon.go62 if !e.IsDir() {
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp482 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1)
484 bool ret = IsDir("../");
/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp477 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1)
479 bool ret = IsDir("../");
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp193 bool IsDir(const std::string &path) in IsDir() function
414 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h215 bool IsDir(const std::string &path);
/developtools/hiperf/src/
Dutilities.cpp249 bool IsDir(const std::string &path) in IsDir() function
475 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
Dsubcommand_record.cpp497 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckTargetPids()
503 if (!IsDir("/proc/" + std::to_string(tid))) { in CheckTargetPids()
Dsubcommand_stat.cpp604 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckOptionPid()
Dperf_events.cpp1479 if (IsDir("/proc/" + std::to_string(*it))) { in HaveTargetsExit()
/developtools/hiperf/include/
Dutilities.h219 bool IsDir(const std::string &path);