Searched refs:IsPath (Results 1 – 8 of 8) sorted by relevance
156 if (IsPath(argv[0])) { in ExecuteCommand()
258 bool IsPath(const std::string &fileName) in IsPath() function
493 HWTEST_F(UtilitiesTest, IsPath, TestSize.Level1)495 bool ret = IsPath("./");
488 HWTEST_F(UtilitiesTest, IsPath, TestSize.Level1)490 bool ret = IsPath("./");
1059 EXPECT_EQ(IsPath(RESOURCE_PATH + "report_test.data"), true);1072 EXPECT_EQ(IsPath(RESOURCE_PATH + "perfnew2.data"), true);
217 bool IsPath(const std::string &fileName);
221 bool IsPath(const std::string &fileName);
202 bool IsPath(const std::string &fileName) in IsPath() function