Home
last modified time | relevance | path

Searched defs:resourcePath (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageSetting.java50 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
DPackageSettingBase.java64 File resourcePath; field in PackageSettingBase
136 PackageSettingBase(String name, String realName, File codePath, File resourcePath, in PackageSettingBase()
168 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString, in init()
DSettings.java515 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw()
596 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi, in createNewSetting()
713 @NonNull File codePath, File resourcePath, in updatePackageSetting()
/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/
DDynamicCodeLoggerIntegrationTests.java376 private static String copyAndHashResource(String resourcePath, File copyTo) throws Exception { in copyAndHashResource()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java2122 …/** {@hide} */ public void setResourcePath(String resourcePath) { scanPublicSourceDir = resourcePa… in setResourcePath()
DPackageParser.java6652 public void setApplicationInfoResourcePath(String resourcePath) { in setApplicationInfoResourcePath()
6664 public void setApplicationInfoBaseResourcePath(String resourcePath) { in setApplicationInfoBaseResourcePath()