/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_extractor.cpp | 27 BundleExtractor::BundleExtractor(const std::string &source) : BaseExtractor(source) in BundleExtractor() function in OHOS::AppExecFwk::BundleExtractor 32 BundleExtractor::~BundleExtractor() in ~BundleExtractor() 37 bool BundleExtractor::ExtractProfile(std::ostream &dest) const in ExtractProfile() 47 bool BundleExtractor::ExtractPackFile(std::ostream &dest) const in ExtractPackFile()
|
H A D | bundle_parser.cpp | 106 BundleExtractor bundleExtractor(pathName); in Parse() 150 BundleExtractor bundleExtractor(pathName); in ParsePackInfo() 178 BundleExtractor bundleExtractor(pathName); in ParseSysCap()
|
H A D | module_profile.cpp | 1790 const BundleExtractor &bundleExtractor, in ParserNativeSo() 1938 const BundleExtractor &bundleExtractor, in ParserArkNativeFilePath() 2006 const BundleExtractor &bundleExtractor, in ToInnerProfileConfiguration() 2036 const BundleExtractor &bundleExtractor, in ToApplicationInfo() 2496 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo() 2718 const BundleExtractor &bundleExtractor, in TransformTo()
|
H A D | bundle_profile.cpp | 2074 const BundleExtractor &bundleExtractor, in ParserNativeSo() 2159 const BundleExtractor &bundleExtractor, in ToApplicationInfo() 2448 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo() 2613 const BundleExtractor &bundleExtractor, in TransformTo()
|
H A D | bundle_data_mgr.cpp | 7182 BundleExtractor bundleExtractor(hapPath); in GetJsonProfileByExtractor()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_extractor.h | 23 class BundleExtractor { 27 BundleExtractor() = default; 28 ~BundleExtractor() = default;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_extractor.h | 25 class BundleExtractor : public BaseExtractor { 27 explicit BundleExtractor(const std::string &source); 28 virtual ~BundleExtractor() override;
|
H A D | bundle_profile.h | 37 const BundleExtractor &bundleExtractor,
|
H A D | module_profile.h | 43 const BundleExtractor &bundleExtractor,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 104 const BundleExtractor &extractor, 110 const BundleExtractor &extractor, 308 static bool ObtainNativeSoFile(const BundleExtractor &extractor, const std::string &cpuAbi, 314 …static bool ExtractResourceFiles(const ExtractParam &extractParam, const BundleExtractor &extracto…
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_extractor.cpp | 27 uint8_t BundleExtractor::ExtractHapProfile(const std::string &hapFile, std::ostringstream &profileS… in ExtractHapProfile()
|
H A D | bundle_parser.cpp | 191 if (BundleExtractor::ExtractHapProfile(path, profileStream) != ERR_OK) { in ParseBundleParam() 282 uint8_t errorCode = BundleExtractor::ExtractHapProfile(path, profileStream); in ParseHapProfile()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 341 BundleExtractor extractor(sourcePath); in ExtractFiles() 363 BundleExtractor extractor(extractParam.srcPath); in ExtractFiles() 419 BundleExtractor extractor(extractParam.srcPath); in ExtractFiles() 608 void InstalldOperator::ExtractTargetFile(const BundleExtractor &extractor, const std::string &entry… in ExtractTargetFile() 1283 BundleExtractor extractor(filePath); in ExtractDiffFiles() 1446 BundleExtractor extractor(filePath); in GetNativeLibraryFileNames() 1516 BundleExtractor extractor(codeSignatureParam.modulePath); in VerifyCodeSignature() 1559 BundleExtractor extractor(checkEncryptionParam.modulePath); in CheckEncryption() 1617 bool InstalldOperator::ObtainNativeSoFile(const BundleExtractor &extractor, const std::string &cpuA… in ObtainNativeSoFile() 1853 BundleExtractor extractor(hapPath); in ExtractSoFilesToTmpHapPath() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/ |
H A D | utd_handler.cpp | 87 BundleExtractor bundleExtractor(hapPath); in GetUtdProfileFromHap()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 950 BundleExtractor extractor(""); 965 BundleExtractor extractor(""); 1151 BundleExtractor extractor("");
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_executor.cpp | 99 BundleExtractor extractor(hapPath); in GetAbcFileInfo()
|