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