Home
last modified time | relevance | path

Searched refs:DecryptSoFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h294 …static ErrCode DecryptSoFile(const std::string &hapPath, const std::string &tmpHapPath, int32_t ui…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1903 … if ((res = DecryptSoFile(hapPath, innerTmpSoPath + soFileName, uid, length, offset)) != ERR_OK) { in ExtractSoFilesToTmpHapPath()
1965 if ((res = DecryptSoFile(soPath, innerTmpSoPath + soFileName, uid, 0, 0)) != ERR_OK) { in ExtractSoFilesToTmpSoPath()
1977 ErrCode InstalldOperator::DecryptSoFile(const std::string &filePath, const std::string &tmpPath, in… in DecryptSoFile() function in OHOS::AppExecFwk::InstalldOperator