Searched refs:soFileName (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1886 std::string soFileName = entry.substr(pos + 1); in ExtractSoFilesToTmpHapPath() local 1887 if (soFileName.empty()) { in ExtractSoFilesToTmpHapPath() 1891 LOG_D(BMS_TAG_INSTALLD, "so file is %{public}s", soFileName.c_str()); in ExtractSoFilesToTmpHapPath() 1905 hapPath.c_str(), (innerTmpSoPath + soFileName).c_str()); in ExtractSoFilesToTmpHapPath() 1951 std::string soFileName = entry.substr(pos + 1); in ExtractSoFilesToTmpSoPath() local 1952 if (soFileName.empty()) { in ExtractSoFilesToTmpSoPath() 1957 std::string soPath = realSoFilesPath + soFileName; in ExtractSoFilesToTmpSoPath() 1959 soFileName.c_str(), soPath.c_str()); in ExtractSoFilesToTmpSoPath() 1964 … LOG_D(BMS_TAG_INSTALLD, "tmp so path is %{public}s", (innerTmpSoPath + soFileName).c_str()); in ExtractSoFilesToTmpSoPath() 1965 if ((res = DecryptSoFile(soPath, innerTmpSoPath + soFileName, uid, 0, 0)) != ERR_OK) { in ExtractSoFilesToTmpSoPath() [all …]
|