Searched refs:innerTmpSoPath (Results 1 – 1 of 1) sorted by relevance
1866 std::string innerTmpSoPath = tmpSoPath; in ExtractSoFilesToTmpHapPath() local1867 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() local1934 if (innerTmpSoPath.back() != ServiceConstants::PATH_SEPARATOR[0]) { in ExtractSoFilesToTmpSoPath()1935 innerTmpSoPath += ServiceConstants::PATH_SEPARATOR; in ExtractSoFilesToTmpSoPath()1938 if (!IsExistDir(innerTmpSoPath)) { in ExtractSoFilesToTmpSoPath()[all …]