Home
last modified time | relevance | path

Searched refs:IsPath (Results 1 – 8 of 8) sorted by relevance

/developtools/hiperf/src/
Dtracked_command.cpp156 if (IsPath(argv[0])) { in ExecuteCommand()
Dutilities.cpp277 bool IsPath(const std::string &fileName) in IsPath() function
/developtools/hiperf/test/unittest/common/native/
Dutilities_test.cpp488 HWTEST_F(UtilitiesTest, IsPath, TestSize.Level1)
490 bool ret = IsPath("./");
Dsubcommand_report_test.cpp1057 EXPECT_EQ(IsPath(RESOURCE_PATH + "report_test.data"), true);
1070 EXPECT_EQ(IsPath(RESOURCE_PATH + "perfnew2.data"), true);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp493 HWTEST_F(UtilitiesTest, IsPath, TestSize.Level1)
495 bool ret = IsPath("./");
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h202 bool IsPath(const std::string &fileName);
/developtools/hiperf/include/
Dutilities.h220 bool IsPath(const std::string &fileName);
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp202 bool IsPath(const std::string &fileName) in IsPath() function