Searched defs:oldSoPath (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/quickfixdeployer_fuzzer/ |
H A D | quickfixdeployer_fuzzer.cpp | 135 std::string oldSoPath(data, size); in DoSomething2() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 991 std::string oldSoPath = EMPTY_STRING; variable 1007 std::string oldSoPath = OLD_SO_PATH; variable 1023 std::string oldSoPath = OLD_SO_PATH; variable 1039 std::string oldSoPath = OLD_SO_PATH; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 310 virtual ErrCode ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 307 ErrCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePat… in ApplyDiffPatch()
|
H A D | mock_install_client.cpp | 195 …const std::string &oldSoPath, const std::string &diffFilePath, const std::string &newSoPath, int32… in ApplyDiffPatch()
|
H A D | mock_installd_host_impl.cpp | 170 ErrCode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFileP… in ApplyDiffPatch()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | installd_client.cpp | 372 ErrCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePat… in ApplyDiffPatch()
|
H A D | base_bundle_installer.cpp | 2628 std::string oldSoPath = ServiceConstants::HAP_COPY_PATH + ServiceConstants::PATH_SEPARATOR + in ProcessDiffFiles() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1308 const std::string &oldSoPath, const std::string &diffFilePath, in ProcessApplyDiffPatchPath() 1348 bool InstalldOperator::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
|
H A D | installd_host_impl.cpp | 1212 ErrCode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFileP… in ApplyDiffPatch()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deployer.cpp | 827 const std::string &oldSoPath, const std::string &patchPath, int32_t uid) in ProcessApplyDiffPatch()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 612 std::string oldSoPath = Str16ToStr8(data.ReadString16()); in HandleApplyDiffPatch() local
|
H A D | installd_proxy.cpp | 499 ErrCode InstalldProxy::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
|