Searched refs:bundleExtractor (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_parser.cpp | 106 BundleExtractor bundleExtractor(pathName); in Parse() local 107 if (!bundleExtractor.Init()) { in Parse() 114 if (!bundleExtractor.ExtractProfile(outStream)) { in Parse() 119 if (bundleExtractor.IsNewVersion()) { in Parse() 124 outStream, bundleExtractor, innerBundleInfo); in Parse() 130 outStream, bundleExtractor, innerBundleInfo); in Parse() 150 BundleExtractor bundleExtractor(pathName); in ParsePackInfo() local 151 if (!bundleExtractor.Init()) { in ParsePackInfo() 178 BundleExtractor bundleExtractor(pathName); in ParseSysCap() local 179 if (!bundleExtractor.Init()) { in ParseSysCap() [all …]
|
H A D | module_profile.cpp | 1790 const BundleExtractor &bundleExtractor, in ParserNativeSo() argument 1862 bundleExtractor.IsDirExist(libsPath)) { in ParserNativeSo() 1938 const BundleExtractor &bundleExtractor, in ParserArkNativeFilePath() argument 1953 bool anExist = bundleExtractor.IsDirExist(ServiceConstants::AN); in ParserArkNativeFilePath() 1987 bundleExtractor.IsDirExist(libsPath)) { in ParserArkNativeFilePath() 2006 const BundleExtractor &bundleExtractor, in ToInnerProfileConfiguration() argument 2021 if (!bundleExtractor.HasEntry(profilePath)) { in ToInnerProfileConfiguration() 2036 const BundleExtractor &bundleExtractor, in ToApplicationInfo() argument 2496 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo() argument 2718 const BundleExtractor &bundleExtractor, in TransformTo() argument [all …]
|
H A D | bundle_profile.cpp | 2074 const BundleExtractor &bundleExtractor, in ParserNativeSo() argument 2091 bool soExist = bundleExtractor.IsDirExist(ServiceConstants::LIBS); in ParserNativeSo() 2125 if (bundleExtractor.IsDirExist(ServiceConstants::LIBS + ServiceConstants::ARM_EABI_V7A)) { in ParserNativeSo() 2132 if (bundleExtractor.IsDirExist(ServiceConstants::LIBS + ServiceConstants::ARM_EABI)) { in ParserNativeSo() 2146 bundleExtractor.IsDirExist(libsPath)) { in ParserNativeSo() 2159 const BundleExtractor &bundleExtractor, in ToApplicationInfo() argument 2448 const BundleExtractor &bundleExtractor, in ToInnerBundleInfo() argument 2468 if (!ToApplicationInfo(configJson, bundleExtractor, transformParam, applicationInfo)) { in ToInnerBundleInfo() 2613 const BundleExtractor &bundleExtractor, in TransformTo() argument 2636 configJson, bundleExtractor, innerBundleInfo)) { in TransformTo() [all …]
|
H A D | bundle_data_mgr.cpp | 7182 BundleExtractor bundleExtractor(hapPath); in GetJsonProfileByExtractor() local 7183 if (!bundleExtractor.Init()) { in GetJsonProfileByExtractor() 7187 if (!bundleExtractor.HasEntry(profilePath)) { in GetJsonProfileByExtractor() 7192 if (!bundleExtractor.ExtractByName(profilePath, profileStream)) { in GetJsonProfileByExtractor()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/ |
H A D | utd_handler.cpp | 87 BundleExtractor bundleExtractor(hapPath); in GetUtdProfileFromHap() local 88 if (!bundleExtractor.Init()) { in GetUtdProfileFromHap() 92 if (!bundleExtractor.HasEntry(UTD_PROFILE_PATH)) { in GetUtdProfileFromHap() 97 if (!bundleExtractor.ExtractByName(UTD_PROFILE_PATH, utdJsonStream)) { in GetUtdProfileFromHap()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_profile.h | 37 const BundleExtractor &bundleExtractor,
|
H A D | module_profile.h | 43 const BundleExtractor &bundleExtractor,
|