Home | History | Annotate | Download | only in pm

Lines Matching refs:libraryPath

7337         String libraryPath;
7352 libraryPath = nativeLibraryPath;
7361 libraryPath = new File(mAppLibInstallDir, pkgName).getPath();
7398 libraryPath = getLibraryPathFromCodePath();
7515 libraryPath = newLibraryFile.getPath();
7572 if (libraryPath == null) {
7573 libraryPath = getLibraryPathFromCodePath();
7575 return libraryPath;
7601 if (libraryPath != null) {
7602 File nativeLibraryFile = new File(libraryPath);
7605 Slog.w(TAG, "Couldn't delete native library directory " + libraryPath);
7674 String libraryPath;
7769 return libraryPath;
7838 libraryPath = new File(cachePath, LIB_DIR_NAME).getPath();