Searched refs:VerifyPath (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/base/test/unittest/ |
| D | common_test.cpp | 107 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/ |
| D | common.h | 38 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths);
|
| /developtools/profiler/device/base/src/ |
| D | common.cpp | 424 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()
|