Searched refs:DecryptSoFile (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 282 static ErrCode DecryptSoFile(const std::string &hapPath, const std::string &tmpHapPath, int32_t uid,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1790 if ((res = DecryptSoFile(hapPath, innerTmpSoPath + soFileName, uid, length, offset)) != ERR_OK) { in ExtractSoFilesToTmpHapPath() 1852 if ((res = DecryptSoFile(soPath, innerTmpSoPath + soFileName, uid, 0, 0)) != ERR_OK) { in ExtractSoFilesToTmpSoPath() 1864 ErrCode InstalldOperator::DecryptSoFile(const std::string &filePath, const std::string &tmpPath, int32_t uid, in DecryptSoFile() function in OHOS::AppExecFwk::InstalldOperator
|
Completed in 5 milliseconds