Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1866 std::string innerTmpSoPath = tmpSoPath; in ExtractSoFilesToTmpHapPath() local
1867 if (innerTmpSoPath.back() != ServiceConstants::PATH_SEPARATOR[0]) { in ExtractSoFilesToTmpHapPath()
1868 innerTmpSoPath += ServiceConstants::PATH_SEPARATOR; in ExtractSoFilesToTmpHapPath()
1872 if (!IsExistDir(innerTmpSoPath)) { in ExtractSoFilesToTmpHapPath()
1873 if (!MkRecursiveDir(innerTmpSoPath, true)) { in ExtractSoFilesToTmpHapPath()
1905 hapPath.c_str(), (innerTmpSoPath + soFileName).c_str()); in ExtractSoFilesToTmpHapPath()
1933 std::string innerTmpSoPath = tmpSoPath; in ExtractSoFilesToTmpSoPath() local
1934 if (innerTmpSoPath.back() != ServiceConstants::PATH_SEPARATOR[0]) { in ExtractSoFilesToTmpSoPath()
1935 innerTmpSoPath += ServiceConstants::PATH_SEPARATOR; in ExtractSoFilesToTmpSoPath()
1938 if (!IsExistDir(innerTmpSoPath)) { in ExtractSoFilesToTmpSoPath()
[all …]