Home
last modified time | relevance | path

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

/developtools/profiler/device/base/test/unittest/
H A Dcommon_test.cpp103 * @tc.desc: VerifyPath.
106 HWTEST_F(CommonTest, VerifyPath, TestSize.Level1) in HWTEST_F()
110 EXPECT_TRUE(VerifyPath(filePath, validPaths)); in HWTEST_F()
113 EXPECT_FALSE(VerifyPath(filePath, validPaths)); in HWTEST_F()
116 EXPECT_TRUE(VerifyPath(filePath, validPaths)); in HWTEST_F()
119 EXPECT_TRUE(VerifyPath(filePath, validPaths)); in HWTEST_F()
123 EXPECT_FALSE(VerifyPath(filePath, validPaths)); in HWTEST_F()
/developtools/profiler/device/base/include/
H A Dcommon.h41 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths);
/developtools/profiler/device/base/src/
H A Dcommon.cpp544 bool VerifyPath(const std::string& filePath, const std::vector<std::string>& validPaths) in VerifyPath() function
596 CHECK_TRUE(VerifyPath(realFilePathStr, validPaths), false, "Fail to VerifyPath: %s", realFilePathStr.c_str()); in ReadFile()

Completed in 3 milliseconds