Home | History | Annotate | Download | only in pm

Lines Matching refs:dataDir

414             File dataDir = Environment.getDataDirectory();
415 String appInstallPath = new File(dataDir, "app").getPath();
416 String drmInstallPath = new File(dataDir, "app-private").getPath();
483 final File nativeLibSymLink = new File(info.dataDir, "lib");
1029 File file = new File(info.dataDir);
1638 assertStartsWith("Native library dir should be in dataDir",
1639 info.dataDir, info.nativeLibraryDir);