Searched refs:ExtractSoFiles (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | quick_fix_deployer.h | 111 …bool ExtractSoFiles(const BundleInfo &bundleInfo, const std::string &moduleName, std::string &tmpS…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 134 quickFixDeployer.ExtractSoFiles(bundleInfo, moduleName, hqfSoPath); in DoSomething2()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 773 if (!ExtractSoFiles(bundleInfo, hqf.moduleName, tmpSoPath)) { in ExtractSoAndApplyDiff() 788 bool QuickFixDeployer::ExtractSoFiles( in ExtractSoFiles() function in OHOS::AppExecFwk::QuickFixDeployer
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 624 bool ExtractSoFiles(const std::string &soPath, const std::string &cpuAbi) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 4618 bool ret = deployer->ExtractSoFiles(bundleInfo, "feature", tmpSoPath); 4621 ret = deployer->ExtractSoFiles(bundleInfo, moduleName, tmpSoPath); 4625 ret = deployer->ExtractSoFiles(bundleInfo, moduleName, tmpSoPath); 4630 ret = deployer->ExtractSoFiles(bundleInfo, moduleName, tmpSoPath);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 4460 auto ret = installer.ExtractSoFiles("/data/test", "libs/arm"); 4464 ret = installer.ExtractSoFiles("/data/test", "libs/arm");
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2579 bool BaseBundleInstaller::ExtractSoFiles(const std::string &soPath, const std::string &cpuAbi) const in ExtractSoFiles() function in OHOS::AppExecFwk::BaseBundleInstaller 2651 if (!ExtractSoFiles(oldSoPath, cpuAbi)) { in ProcessDiffFiles()
|