Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
Dohos_resource_adapter_impl.cpp137 bool newCreate = false; in Init() local
140 sysExtractor_ = ExtractorUtil::GetExtractor(nwebHapPath, newCreate); in Init()
149 extractor_ = ExtractorUtil::GetExtractor(loadPath, newCreate); in Init()
/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
Dohos_resource_adapter_test.cpp183 bool newCreate = false; variable
184 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(hapPath, newCreate);