Home
last modified time | relevance | path

Searched refs:ExtractSoFiles (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h111 …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 Dquickfixdeployer_fuzzer.cpp134 quickFixDeployer.ExtractSoFiles(bundleInfo, moduleName, hqfSoPath); in DoSomething2()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp773 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 Dbase_bundle_installer.h624 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 Dbms_bundle_quick_fix_test.cpp4618 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 Dbms_bundle_installer_test.cpp4460 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 Dbase_bundle_installer.cpp2579 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()