Home
last modified time | relevance | path

Searched defs:oldSoPath (Results 1 – 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
Dbms_installd_client_test.cpp902 std::string oldSoPath = EMPTY_STRING; variable
918 std::string oldSoPath = OLD_SO_PATH; variable
934 std::string oldSoPath = OLD_SO_PATH; variable
950 std::string oldSoPath = OLD_SO_PATH; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_deployer.cpp344 std::string oldSoPath = Constants::HAP_COPY_PATH + Constants::PATH_SEPARATOR + in ProcessPatchDeployEnd() local
739 const std::string &oldSoPath, const std::string &patchPath) in ProcessApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
Dinstalld_interface.h237 virtual ErrCode ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dmock_installd_host_impl.cpp129 ErrCode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFileP… in ApplyDiffPatch()
Dmock_install_client.cpp138 const std::string &oldSoPath, const std::string &diffFilePath, const std::string &newSoPath) in ApplyDiffPatch()
Dinstalld_client.cpp248 ErrCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePat… in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinstalld_client.cpp295 ErrCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePat… in ApplyDiffPatch()
Dbase_bundle_installer.cpp2055 std::string oldSoPath = Constants::HAP_COPY_PATH + Constants::PATH_SEPARATOR + in ProcessDiffFiles() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_operator.cpp734 const std::string &oldSoPath, const std::string &diffFilePath, in ProcessApplyDiffPatchPath()
773 bool InstalldOperator::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dinstalld_host_impl.cpp655 ErrCode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFileP… in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
Dinstalld_proxy.cpp323 ErrCode InstalldProxy::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dinstalld_host.cpp347 std::string oldSoPath = Str16ToStr8(data.ReadString16()); in HandleApplyDiffPatch() local