Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dtracked_command.cpp156 if (IsPath(argv[0])) { in ExecuteCommand()
H A Dutilities.cpp266 bool IsPath(const std::string &fileName) in IsPath() function
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp494 * @tc.name: IsPath
498 HWTEST_F(UtilitiesTest, IsPath, TestSize.Level1) in HWTEST_F()
500 bool ret = IsPath("./"); in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp484 * @tc.name: IsPath
488 HWTEST_F(UtilitiesTest, IsPath, TestSize.Level1) in HWTEST_F()
490 bool ret = IsPath("./"); in HWTEST_F()
H A Dsubcommand_report_test.cpp1105 EXPECT_EQ(IsPath(RESOURCE_PATH + "report_test.data"), true); in HWTEST_F()
1118 EXPECT_EQ(IsPath(RESOURCE_PATH + "perfnew2.data"), true); in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h218 bool IsPath(const std::string &fileName);
/developtools/hiperf/include/
H A Dutilities.h220 bool IsPath(const std::string &fileName);
/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp222 bool IsPath(const std::string &fileName) in IsPath() function

Completed in 8 milliseconds