Home
last modified time | relevance | path

Searched refs:soFileName (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1773 std::string soFileName = entry.substr(pos + 1); in ExtractSoFilesToTmpHapPath() local
1774 if (soFileName.empty()) { in ExtractSoFilesToTmpHapPath()
1778 LOG_D(BMS_TAG_INSTALLD, "so file is %{public}s", soFileName.c_str()); in ExtractSoFilesToTmpHapPath()
1790 if ((res = DecryptSoFile(hapPath, innerTmpSoPath + soFileName, uid, length, offset)) != ERR_OK) { in ExtractSoFilesToTmpHapPath()
1792 hapPath.c_str(), (innerTmpSoPath + soFileName).c_str()); in ExtractSoFilesToTmpHapPath()
1838 std::string soFileName = entry.substr(pos + 1); in ExtractSoFilesToTmpSoPath() local
1839 if (soFileName.empty()) { in ExtractSoFilesToTmpSoPath()
1844 std::string soPath = realSoFilesPath + soFileName; in ExtractSoFilesToTmpSoPath()
1846 soFileName.c_str(), soPath.c_str()); in ExtractSoFilesToTmpSoPath()
1851 LOG_D(BMS_TAG_INSTALLD, "tmp so path is %{public}s", (innerTmpSoPath + soFileName) in ExtractSoFilesToTmpSoPath()
[all...]

Completed in 4 milliseconds