Home
last modified time | relevance | path

Searched refs:realSoFilesPath (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp878 std::string realSoFilesPath; in ExtractEncryptedSoFiles() local
880 realSoFilesPath.append(Constants::BUNDLE_CODE_DIR).append(ServiceConstants::PATH_SEPARATOR) in ExtractEncryptedSoFiles()
887 realSoFilesPath.c_str(), tmpSoPath.c_str()); in ExtractEncryptedSoFiles()
888 …return InstalldClient::GetInstance()->ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tm… in ExtractEncryptedSoFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp385 …alldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
392 …return CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPat… in ExtractEncryptedSoFiles()
H A Dmock_install_client.cpp262 …alldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
H A Dmock_installd_host_impl.cpp258 …ldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp517 …alldClient::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
524 …return CallService(&IInstalld::ExtractEncryptedSoFiles, hapPath, realSoFilesPath, cpuAbi, tmpSoPat… in ExtractEncryptedSoFiles()
H A Dbase_bundle_installer.cpp2605 std::string realSoFilesPath; in ExtractEncryptedSoFiles() local
2607 realSoFilesPath.append(Constants::BUNDLE_CODE_DIR).append(ServiceConstants::PATH_SEPARATOR) in ExtractEncryptedSoFiles()
2609 if (realSoFilesPath.back() != ServiceConstants::PATH_SEPARATOR[0]) { in ExtractEncryptedSoFiles()
2610 realSoFilesPath += ServiceConstants::PATH_SEPARATOR; in ExtractEncryptedSoFiles()
2613 …LOG_D(BMS_TAG_INSTALLER, "real path %{public}s tmpPath %{public}s", realSoFilesPath.c_str(), tmpSo… in ExtractEncryptedSoFiles()
2614 …return InstalldClient::GetInstance()->ExtractEncryptedSoFiles(modulePath_, realSoFilesPath, cpuAbi, in ExtractEncryptedSoFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp1411 const std::string realSoFilesPath; variable
1416 realSoFilesPath, cpuAbi, tmpSoPath, uid);
1428 const std::string realSoFilesPath = "realSofiles.path"; variable
1433 realSoFilesPath, cpuAbi, tmpSoPath, uid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h220 ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h373 …ual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
H A Dinstalld_proxy.h211 …ual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h291 …c ErrCode ExtractSoFilesToTmpSoPath(const std::string &hapPath, const std::string &realSoFilesPath,
H A Dinstalld_host_impl.h209 …ual ErrCode ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1382 …ldHostImpl::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
1399 !CheckPathValid(realSoFilesPath, Constants::BUNDLE_CODE_DIR) || in ExtractEncryptedSoFiles()
1403 if (realSoFilesPath.empty()) { in ExtractEncryptedSoFiles()
1408 …return InstalldOperator::ExtractSoFilesToTmpSoPath(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, ui… in ExtractEncryptedSoFiles()
H A Dinstalld_operator.cpp1913 …Operator::ExtractSoFilesToTmpSoPath(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractSoFilesToTmpSoPath() argument
1917 if (realSoFilesPath.empty()) { in ExtractSoFilesToTmpSoPath()
1957 std::string soPath = realSoFilesPath + soFileName; in ExtractSoFilesToTmpSoPath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp773 std::string realSoFilesPath = Str16ToStr8(data.ReadString16()); in HandExtractEncryptedSoFiles() local
778 ErrCode result = ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid); in HandExtractEncryptedSoFiles()
H A Dinstalld_proxy.cpp716 …talldProxy::ExtractEncryptedSoFiles(const std::string &hapPath, const std::string &realSoFilesPath, in ExtractEncryptedSoFiles() argument
722 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(realSoFilesPath)); in ExtractEncryptedSoFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp1382 std::string realSoFilesPath; variable
1386 … ErrCode ret = hostImpl.ExtractEncryptedSoFiles(hapPath, realSoFilesPath, cpuAbi, tmpSoPath, uid);