Searched refs:Extractor (Results 1 - 13 of 13) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | extractor.cpp | 32 Extractor::Extractor(const std::string &source) : zipFile_(source) in Extractor() function in OHOS::AbilityBase::Extractor 37 Extractor::~Extractor() in ~Extractor() 40 bool Extractor::Init() in Init() 51 bool Extractor::GetFileBuffer(const std::string& srcPath, std::ostringstream& dest) in GetFileBuffer() 64 bool Extractor::GetFileList(const std::string& srcPath, std::vector<std::string>& assetList) in GetFileList() 84 bool Extractor::HasEntry(const std::string &fileName) const in HasEntry() 94 bool Extractor::IsDirExist(const std::string &dir) in IsDirExist() 107 bool Extractor [all...] |
/foundation/ability/ability_base/test/unittest/extractor/ |
H A D | extractor_test.cpp | 79 * Feature: Extractor 89 std::shared_ptr<Extractor> extractor1 = std::make_shared<Extractor>(loadPath); in HWTEST_F() 92 std::shared_ptr<Extractor> extractor2 = std::make_shared<Extractor>(testPath_); in HWTEST_F() 97 * Feature: Extractor 108 std::shared_ptr<Extractor> extractor1 = ExtractorUtil::GetExtractor(loadPath, newCreate); in HWTEST_F() 113 std::shared_ptr<Extractor> extractor2 = ExtractorUtil::GetExtractor(loadPath, newCreate); in HWTEST_F() 117 std::shared_ptr<Extractor> extractor3 = ExtractorUtil::GetExtractor(testPath_, newCreate); in HWTEST_F() 121 std::shared_ptr<Extractor> extractor in HWTEST_F() [all...] |
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | extractor.h | 40 class Extractor { class 42 explicit Extractor(const std::string &source); 43 virtual ~Extractor(); 111 static std::shared_ptr<Extractor> GetExtractor(const std::string &hapPath, bool &newCreate, bool cache = false); 116 static std::unordered_map<std::string, std::shared_ptr<Extractor>> extractorMap_;
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_module_reader_test.cpp | 24 using Extractor = OHOS::AbilityBase::Extractor;
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_module_reader.h | 25 using Extractor = OHOS::AbilityBase::Extractor;
|
H A D | js_runtime_lite.cpp | 32 using Extractor = OHOS::AbilityBase::Extractor; 296 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in LoadAotFile() 442 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in GetPkgContextInfoListMap()
|
H A D | js_worker.cpp | 139 using Extractor = AbilityBase::Extractor; 399 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in ReadFilePathData() 471 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate); in GetAmi()
|
H A D | js_module_reader.cpp | 62 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(realHapPath, newCreate); in operator ()()
|
H A D | js_runtime.cpp | 73 using Extractor = OHOS::AbilityBase::Extractor; 370 Extractor extractor(filePath); in GetFileBuffer() 372 TAG_LOGE(AAFwkTag::JSRUNTIME, "Extractor of %{private}s init failed", filePath.c_str()); in GetFileBuffer() 482 Extractor extractor(hqfFile); in UnLoadRepairPatch() 484 TAG_LOGE(AAFwkTag::JSRUNTIME, "Extractor of %{private}s init failed", hqfFile.c_str()); in UnLoadRepairPatch() 633 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in LoadAotFile() 1080 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor(loadPath, newCreate, true); in RunScript() 1343 std::shared_ptr<Extractor> extractor = ExtractorUtil::GetExtractor( in ReadSourceMapData()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | hap_asset_provider_impl.h | 65 std::shared_ptr<AbilityBase::Extractor> runtimeExtractor_;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | hap_asset_provider_impl.h | 75 std::shared_ptr<AbilityBase::Extractor> runtimeExtractor_;
|
H A D | utils.cpp | 68 std::shared_ptr<AbilityBase::Extractor> extractor = AbilityBase::ExtractorUtil::GetExtractor(loadPath, newCreate); in GetStringFromHap()
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime.h | 41 class Extractor;
|
Completed in 16 milliseconds