Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp483 * @tc.name: IsDir
487 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1) in HWTEST_F()
489 bool ret = IsDir("../"); in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp473 * @tc.name: IsDir
477 HWTEST_F(UtilitiesTest, IsDir, TestSize.Level1) in HWTEST_F()
479 bool ret = IsDir("../"); in HWTEST_F()
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
H A Dcommon.go62 if !e.IsDir() {
/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp213 bool IsDir(const std::string &path) in IsDir() function
434 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h216 bool IsDir(const std::string &path);
/developtools/hiperf/src/
H A Dutilities.cpp257 bool IsDir(const std::string &path) in IsDir() function
480 if (IsDir(basePath + "/" + entries[index])) { in GetSubDirs()
H A Dsubcommand_stat.cpp612 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckOptionPid()
H A Dsubcommand_record.cpp552 if (!IsDir("/proc/" + std::to_string(pid))) { in CheckTargetPids()
558 if (!IsDir("/proc/" + std::to_string(tid))) { in CheckTargetPids()
H A Dperf_events.cpp1677 if (IsDir("/proc/" + std::to_string(*it))) { in HaveTargetsExit()
/developtools/hiperf/include/
H A Dutilities.h218 bool IsDir(const std::string &path);

Completed in 17 milliseconds