Searched refs:tempNativeLibraryPath (Results 1 – 2 of 2) sorted by relevance
630 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in MoveSoToRealPath() local631 if (tempNativeLibraryPath.empty()) { in MoveSoToRealPath()635 std::string tempSoPath = versionDir + ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in MoveSoToRealPath()684 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in ProcessNativeLibrary() local685 if (tempNativeLibraryPath.empty()) { in ProcessNativeLibrary()689 … std::string tempSoPath = versionDir + ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in ProcessNativeLibrary()
595 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath_); in ProcessNativeLibrary() local596 if (tempNativeLibraryPath.empty()) { in ProcessNativeLibrary()602 versionDir + AppExecFwk::ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in ProcessNativeLibrary()665 std::string tempNativeLibraryPath = ObtainTempSoPath(moduleName, nativeLibraryPath); in MoveSoToRealPath() local666 if (tempNativeLibraryPath.empty()) { in MoveSoToRealPath()672 versionDir + AppExecFwk::ServiceConstants::PATH_SEPARATOR + tempNativeLibraryPath; in MoveSoToRealPath()