Home
last modified time | relevance | path

Searched refs:VerifyPath (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/base/test/unittest/
Dcommon_test.cpp107 HWTEST_F(CommonTest, VerifyPath, TestSize.Level1)
111 EXPECT_TRUE(VerifyPath(filePath, validPaths));
114 EXPECT_FALSE(VerifyPath(filePath, validPaths));
117 EXPECT_TRUE(VerifyPath(filePath, validPaths));
120 EXPECT_TRUE(VerifyPath(filePath, validPaths));
124 EXPECT_FALSE(VerifyPath(filePath, validPaths));
/developtools/profiler/device/base/include/
Dcommon.h38 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths);
/developtools/profiler/device/base/src/
Dcommon.cpp424 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths) in VerifyPath() function
445 …CHECK_TRUE(VerifyPath(realFilePathStr, validPaths), false, "Fail to VerifyPath: %s", realFilePathS… in ReadFile()