Searched refs:DecryptSoFile (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 294 …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 D | installd_operator.cpp | 1903 … 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
|