Searched refs:targetPath (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/om/ |
D | IdmapManager.java | 59 final String targetPath = targetPackage.applicationInfo.getBaseCodePath(); in createIdmap() local 62 mInstaller.idmap(targetPath, overlayPath, sharedGid); in createIdmap() 64 Slog.w(TAG, "failed to generate idmap for " + targetPath + " and " in createIdmap()
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
D | BaseCompilationTest.java | 81 protected void copyResourceDirectory(String name, String targetPath) in copyResourceDirectory() argument 88 File target = new File(testFolder, targetPath); in copyResourceDirectory()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 239 String8 targetPath; in addOverlayPath() local 242 NULL, NULL, NULL, &targetPath, &overlayPath)) { in addOverlayPath() 254 if (access(targetPath.string(), R_OK) != 0) { in addOverlayPath() 255 ALOGW("failed to access file %s: %s\n", targetPath.string(), strerror(errno)); in addOverlayPath() 273 targetPath.string(), overlayPath.string(), idmapPath.string()); in addOverlayPath()
|
D | ResourceTypes.cpp | 6780 const char* targetPath, const char* overlayPath, in createIdmap() argument 6893 const char* paths[] = { targetPath, overlayPath }; in createIdmap()
|
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/ |
D | LocalizeDependenciesTask.groovy | 143 String targetPath = artifact.groupId.replaceAll("\\.", "/") + "/" + artifact.artifactId + 146 File f = new File(repo, targetPath)
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1932 const char* targetPath, const char* overlayPath,
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 810 String targetPackageName, String targetPath) { in getStaticOverlayPathsLocked() argument 823 if (targetPath == null) { in getStaticOverlayPathsLocked() 837 mInstaller.idmap(targetPath, overlayPackage.baseCodePath, in getStaticOverlayPathsLocked() 845 Slog.e(TAG, "Failed to generate idmap for " + targetPath + " and " + in getStaticOverlayPathsLocked() 852 String[] getStaticOverlayPaths(String targetPackageName, String targetPath) { in getStaticOverlayPaths() argument 855 mPackages.values(), targetPackageName, targetPath); in getStaticOverlayPaths() 864 String targetPath) { in getOverlayPaths() argument 865 return getStaticOverlayPaths(targetPackageName, targetPath); in getOverlayPaths() 886 synchronized String[] getStaticOverlayPaths(String targetPackageName, String targetPath) { in getStaticOverlayPaths() argument 891 getStaticOverlayPathsLocked(mOverlayPackages, targetPackageName, targetPath); in getStaticOverlayPaths()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 579 String[] getOverlayPaths(String targetPackageName, String targetPath); in getOverlayPaths() argument 598 @Override public String[] getOverlayPaths(String targetPackageName, String targetPath) { in getOverlayPaths() argument
|