Searched refs:resourcePath (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DPendingPackage.java25 PendingPackage(String name, String realName, File codePath, File resourcePath, argument
30 super(name, realName, codePath, resourcePath, legacyNativeLibraryPathString,
H A DPackageSetting.java34 PackageSetting(String name, String realName, File codePath, File resourcePath, argument
39 super(name, realName, codePath, resourcePath, legacyNativeLibraryPathString,
H A DPackageSettingBase.java65 File resourcePath; field in class:PackageSettingBase
135 PackageSettingBase(String name, String realName, File codePath, File resourcePath, argument
146 init(codePath, resourcePath, legacyNativeLibraryPathString, primaryCpuAbiString,
161 resourcePath = base.resourcePath;
197 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString, argument
202 this.resourcePath = resourcePath;
203 this.resourcePathString = resourcePath.toString();
H A DSettings.java429 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
447 resourcePath, legacyNativeLibraryPathString, primaryCpuAbi, secondaryCpuAbi,
574 PackageSetting ret = addPackageLPw(name, p.realName, p.codePath, p.resourcePath,
591 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, argument
605 p = new PackageSetting(name, realName, codePath, resourcePath,
686 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath,
756 p = new PackageSetting(origPackage.name, name, codePath, resourcePath,
776 p = new PackageSetting(name, realName, codePath, resourcePath,
896 final String resourcePath = pkg.applicationInfo.getResourcePath();
912 if (!Objects.equals(resourcePath,
428 getPackageLPw(PackageParser.Package pkg, PackageSetting origPackage, String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, String legacyNativeLibraryPathString, String primaryCpuAbi, String secondaryCpuAbi, int pkgFlags, int pkgPrivateFlags, UserHandle user, boolean add) argument
685 getPackageLPw(String name, PackageSetting origPackage, String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, String legacyNativeLibraryPathString, String primaryCpuAbiString, String secondaryCpuAbiString, int vc, int pkgFlags, int pkgPrivateFlags, UserHandle installUser, boolean add, boolean allowInstall, String parentPackage, List<String> childPackageNames) argument
[all...]
H A DPackageManagerService.java6959 updatedPkg.resourcePath = scanFile;
7082 if (ps != null && !ps.codePath.equals(ps.resourcePath)) {
7088 String resourcePath = null;
7092 resourcePath = ps.resourcePathString;
7099 resourcePath = pkg.codePath;
7108 pkg.setApplicationInfoResourcePath(resourcePath);
13294 String resourcePath, String[] instructionSets) {
13314 return new FileInstallArgs(codePath, resourcePath, instructionSets);
13461 FileInstallArgs(String codePath, String resourcePath, String[] instructionSets) { argument
13465 this.resourceFile = (resourcePath !
13293 createInstallArgsForExisting(int installFlags, String codePath, String resourcePath, String[] instructionSets) argument
13680 String resourcePath; field in class:PackageManagerService.AsecInstallArgs
[all...]
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
H A DBaseCompilationTest.java94 String resourcePath = item.getAbsolutePath().substring(len);
96 copyResourceTo(name + "/" + resourcePath, new File(target, resourcePath));
/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java1214 /** {@hide} */ public void setResourcePath(String resourcePath) { scanPublicSourceDir = resourcePath; } argument
H A DPackageParser.java4910 public void setApplicationInfoResourcePath(String resourcePath) { argument
4911 this.applicationInfo.setResourcePath(resourcePath);
4915 childPackages.get(i).applicationInfo.setResourcePath(resourcePath);
4920 public void setApplicationInfoBaseResourcePath(String resourcePath) { argument
4921 this.applicationInfo.setBaseResourcePath(resourcePath);
4925 childPackages.get(i).applicationInfo.setBaseResourcePath(resourcePath);

Completed in 114 milliseconds