Home
last modified time | relevance | path

Searched refs:IsHapCompress (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h90 bool IsHapCompress(const std::string &fileName) const;
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp237 bool Extractor::IsHapCompress(const std::string &fileName) const in IsHapCompress() function in OHOS::AbilityBase::Extractor
/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp476 bool res = extractor1->IsHapCompress(fileName); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp426 if (GetIsStageModel() && !isRestricted && apiSatisfy && !extractor->IsHapCompress(realfilePath)) { in ReadFilePathData()
H A Djs_runtime.cpp1095 if (!extractor->IsHapCompress(modulePath) && useSafeMempry) { in RunScript()

Completed in 9 milliseconds