Home | History | Annotate | Download | only in pm

Lines Matching refs:resourcePath

1882         if (ps.resourcePath != null && !ps.resourcePath.equals(ps.codePath)) {
1883 if (ps.resourcePath.isDirectory()) {
1884 FileUtils.deleteContents(ps.resourcePath);
1886 ps.resourcePath.delete();
4417 if (ps != null && !ps.codePath.equals(ps.resourcePath)) {
4423 String resourcePath = null;
4427 resourcePath = ps.resourcePathString;
4434 resourcePath = pkg.codePath;
4442 pkg.applicationInfo.setResourcePath(resourcePath);
9304 String resourcePath, String nativeLibraryRoot, String[] instructionSets) {
9324 return new FileInstallArgs(codePath, resourcePath, nativeLibraryRoot,
9440 FileInstallArgs(String codePath, String resourcePath, String legacyNativeLibraryPath,
9444 this.resourceFile = (resourcePath != null) ? new File(resourcePath) : null;
9687 String resourcePath;
9781 return resourcePath;
9878 resourcePath = new File(mountFile, PUBLIC_RES_FILE_NAME).getAbsolutePath();
9880 resourcePath = packagePath;
9884 resourcePath = packagePath;