Searched refs:nativeLibraryRoot (Results 1 – 2 of 2) sorted by relevance
251 public static void removeNativeBinariesFromDirLI(File nativeLibraryRoot, in removeNativeBinariesFromDirLI() argument254 Slog.w(TAG, "Deleting native binaries from: " + nativeLibraryRoot.getPath()); in removeNativeBinariesFromDirLI()262 if (nativeLibraryRoot.exists()) { in removeNativeBinariesFromDirLI()263 final File[] files = nativeLibraryRoot.listFiles(); in removeNativeBinariesFromDirLI()280 if (!nativeLibraryRoot.delete()) { in removeNativeBinariesFromDirLI()282 nativeLibraryRoot.getPath()); in removeNativeBinariesFromDirLI()
381 final File nativeLibraryRoot = new File(nativeLibraryRootStr); in derivePackageAbi() local408 nativeLibraryRoot, supported32BitAbis, in derivePackageAbi()432 nativeLibraryRoot, supported64BitAbis, in derivePackageAbi()499 nativeLibraryRoot, abiList, useIsaSpecificSubdirs, onIncremental); in derivePackageAbi()