Searched refs:appPath (Results 1 – 2 of 2) sorted by relevance
467 File appPath = new File("/data/app/app"); in createPackageSetting() local468 PackageSetting result = new PackageSetting("test.app", null, appPath, appPath, in createPackageSetting()
2962 public void mkdirs(String callingPkg, String appPath) { in mkdirs() argument2970 throw new IllegalStateException("Failed to prepare " + appPath); in mkdirs()2976 throw new IllegalStateException("Failed to prepare " + appPath); in mkdirs()2986 appFile = new File(appPath).getCanonicalFile(); in mkdirs()2988 throw new IllegalStateException("Failed to resolve " + appPath + ": " + e); in mkdirs()2996 appPath = appFile.getAbsolutePath(); in mkdirs()2997 if (!appPath.endsWith("/")) { in mkdirs()2998 appPath = appPath + "/"; in mkdirs()3002 mVold.mkdirs(appPath); in mkdirs()3005 throw new IllegalStateException("Failed to prepare " + appPath + ": " + e); in mkdirs()