Home
last modified time | relevance | path

Searched refs:newCreate (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp235 std::shared_ptr<Extractor> ExtractorUtil::GetExtractor(const std::string &hapPath, bool &newCreate,… in GetExtractor() argument
237 newCreate = false; in GetExtractor()
257 newCreate = true; in GetExtractor()
Dextractor.h107 …static std::shared_ptr<Extractor> GetExtractor(const std::string &hapPath, bool &newCreate, bool c…
Dsource_map.cpp55 bool newCreate = false; in ReadSourceMapData() local
57 ExtractorUtil::GetLoadFilePath(hapPath), newCreate); in ReadSourceMapData()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp584 bool newCreate = false; in ArkReadData() local
586 ExtractorUtil::GetLoadFilePath(hapPath), newCreate); in ArkReadData()