Home
last modified time | relevance | path

Searched refs:GetSafeData (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dextractor_test.cpp172 auto result = extractorFriend.extractor_.GetSafeData("TestFileName.abc"); in HWTEST_F_L0()
175 result = extractorFriend.extractor_.GetSafeData("TestFileName"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dextractor.h96 std::shared_ptr<FileMapper> GetSafeData(const std::string &fileName);
H A Dextractor.cpp144 std::shared_ptr<FileMapper> Extractor::GetSafeData(const std::string &fileName) in GetSafeData() function in panda::ecmascript::Extractor
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp1623 auto data = extractor->GetSafeData(pandaFilePath);
1625 LOG_ECMA(ERROR) << "GetSafeData failed, hap path: " << hapName;

Completed in 4 milliseconds