Searched refs:PatchExtractor (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/ |
H A D | bms_patch_parser_test.cpp | 107 PatchExtractor patchExtractor(""); in CheckNoPropProfileParseApp() 120 PatchExtractor patchExtractor(""); in CheckNoPropProfileParseModule() 131 PatchExtractor patchExtractor(""); in CheckProfileTypes() 151 PatchExtractor patchExtractor(""); 287 PatchExtractor patchExtractor(""); 307 PatchExtractor patchExtractor(""); 328 PatchExtractor patchExtractor(""); 524 PatchExtractor patchExtractor(""); 538 PatchExtractor patchExtractor(""); 554 PatchExtractor patchExtractor(""); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | patch_extractor.cpp | 26 PatchExtractor::PatchExtractor(const std::string &source) : BaseExtractor(source) {} in PatchExtractor() function in OHOS::AppExecFwk::PatchExtractor 28 bool PatchExtractor::ExtractPatchProfile(std::ostream &dest) const in ExtractPatchProfile()
|
H A D | patch_parser.cpp | 37 PatchExtractor patchExtractor(pathName); in ParsePatchInfo() 85 PatchExtractor patchExtractor(filePath); in HasResourceFile()
|
H A D | patch_profile.cpp | 218 const PatchExtractor &patchExtractor, bool isSystemLib64Exist, AppqfInfo &appqfInfo) in DefaultNativeSo() 260 bool PatchProfile::ParseNativeSo(const PatchExtractor &patchExtractor, AppqfInfo &appqfInfo) in ParseNativeSo() 313 … const std::ostringstream &source, const PatchExtractor &patchExtractor, AppQuickFix &appQuickFix) in TransformTo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | patch_profile.h | 29 … const std::ostringstream &source, const PatchExtractor &patchExtractor, AppQuickFix &appQuickFix); 31 …bool DefaultNativeSo(const PatchExtractor &patchExtractor, bool isSystemLib64Exist, AppqfInfo &app… 32 bool ParseNativeSo(const PatchExtractor &patchExtractor, AppqfInfo &appqfInfo);
|
H A D | patch_extractor.h | 25 class PatchExtractor : public BaseExtractor { 27 explicit PatchExtractor(const std::string &source);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 2588 PatchExtractor patchExtractor(ServiceConstants::LIBS + ServiceConstants::ARM64_V8A); 2610 PatchExtractor patchExtractor(""); 2833 PatchExtractor patchExtractor(ServiceConstants::LIBS + ServiceConstants::ARM_EABI_V7A); 2855 PatchExtractor patchExtractor(ServiceConstants::LIBS + ServiceConstants::ARM_EABI); 2877 PatchExtractor patchExtractor(""); 2894 PatchExtractor patchExtractor(""); 2910 PatchExtractor patchExtractor(""); 2931 PatchExtractor patchExtractor(ServiceConstants::LIBS); 2952 PatchExtractor patchExtractor(ServiceConstants::LIBS); 3490 PatchExtractor patchExtractor(ServiceConstants::LIBS + ServiceConstants::ARM64_V8A); [all …]
|