Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.cpp57 if (!ExtractByName(relativePath, dest)) { in GetFileBuffer()
100 bool Extractor::ExtractByName(const std::string &fileName, std::ostream &dest) const in ExtractByName() function in panda::ecmascript::Extractor
121 if ((!ExtractByName(fileName, fileStream)) || (!fileStream.good())) { in ExtractFile()
H A Dextractor.h57 bool ExtractByName(const std::string &fileName, std::ostream &dest) const;
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp159 EXPECT_FALSE(extractorFriend.extractor_.ExtractByName("TestFileName", dest)); in HWTEST_F_L0()

Completed in 2 milliseconds