Searched refs:dstCodePath (Results 1 – 1 of 1) sorted by relevance
8374 final File dstCodePath = in decompressPackage() local8378 makeDirRecursive(dstCodePath, 0755); in decompressPackage()8383 final File dstFile = new File(dstCodePath, dstFileName); in decompressPackage()8398 final File libraryRoot = new File(dstCodePath, LIB_DIR_NAME); in decompressPackage()8401 handle = NativeLibraryHelper.Handle.create(dstCodePath); in decompressPackage()8421 mReleaseOnSystemReady.add(dstCodePath); in decompressPackage()8424 F2fsUtils.releaseCompressedBlocks(resolver, dstCodePath); in decompressPackage()8428 if (!dstCodePath.exists()) { in decompressPackage()8431 removeCodePathLI(dstCodePath); in decompressPackage()8435 return dstCodePath; in decompressPackage()[all …]