Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp130 EXPECT_FALSE(extractorFriend.extractor_.GetFileList("TestSrcPath", assetList)); in HWTEST_F_L0()
132 EXPECT_FALSE(extractorFriend.extractor_.GetFileList("", assetList)); in HWTEST_F_L0()
133 EXPECT_TRUE(extractorFriend.extractor_.GetFileList("/", assetList)); in HWTEST_F_L0()
135 EXPECT_TRUE(extractorFriend.extractor_.GetFileList("TestSrcPath", fileSet)); in HWTEST_F_L0()
205 EXPECT_FALSE(extractorFriend.extractor_.GetFileList("TestSrcPath", fileSet)); in HWTEST_F_L0()
208 EXPECT_FALSE(extractorFriend.extractor_.GetFileList("", fileSet)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.h73 bool GetFileList(const std::string& srcPath, std::vector<std::string>& assetList);
74 bool GetFileList(const std::string &srcPath, std::set<std::string> &fileSet);
H A Dextractor.cpp64 bool Extractor::GetFileList(const std::string& srcPath, std::vector<std::string>& assetList) in GetFileList() function in panda::ecmascript::Extractor
198 bool Extractor::GetFileList(const std::string &srcPath, std::set<std::string> &fileSet) in GetFileList() function in panda::ecmascript::Extractor

Completed in 2 milliseconds