Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp120 EXPECT_FALSE(extractorFriend.extractor_.GetFileBuffer("Test", dest)); in HWTEST_F_L0()
122 EXPECT_FALSE(extractorFriend.extractor_.GetFileBuffer("", dest)); in HWTEST_F_L0()
123 EXPECT_FALSE(extractorFriend.extractor_.GetFileBuffer("Test", dest)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.h72 bool GetFileBuffer(const std::string& srcPath, std::ostringstream& dest);
H A Dextractor.cpp46 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer() function in panda::ecmascript::Extractor

Completed in 2 milliseconds