Home
last modified time | relevance | path

Searched defs:codePath (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCompilerStats.java81 public long getCompileTime(String codePath) { in getCompileTime()
92 public void setCompileTime(String codePath, long compileTimeInMs) { in setCompileTime()
103 private static String getStoredPathFromCodePath(String codePath) { in getStoredPathFromCodePath()
236 String codePath = s.substring(1, colonIndex); in read() local
DPackageSetting.java48 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
DPackageSettingBase.java73 File codePath; field in PackageSettingBase
150 PackageSettingBase(String name, String realName, File codePath, File resourcePath, in PackageSettingBase()
182 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString, in init()
DPackageDexOptimizer.java554 File codePath = new File(pkg.codePath); in createOatDirIfSupported() local
571 static File getOatDir(File codePath) { in getOatDir()
DOtaDexoptService.java249 File codePath = new File(pkg.codePath); in getOatDir() local
DInstaller.java332 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex()
DSettings.java596 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw()
698 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi, in createNewSetting()
808 @NonNull File codePath, @Nullable String legacyNativeLibraryPath, in updatePackageSetting()
938 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw() local
/frameworks/base/core/java/android/content/pm/
DPackageParser.java398 public final String codePath; field in PackageParser.PackageLite
417 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()
455 public final String codePath; field in PackageParser.ApkLite
474 … public ApkLite(String codePath, String packageName, String splitName, boolean isFeatureSplit, in ApkLite()
935 final String codePath = packageDir.getAbsolutePath(); in parseClusterPackageLite() local
1774 private static ApkLite parseApkLite(String codePath, XmlPullParser parser, AttributeSet attrs, in parseApkLite()
5683 public String codePath; field in Package
5854 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath()
5931 public void setCodePath(String codePath) { in setCodePath()
DApplicationInfo.java1499 /** {@hide} */ public void setCodePath(String codePath) { scanSourceDir = codePath; } in setCodePath()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl56 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1087 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex()
1393 for (auto codePath : codePaths) { in getAppSize() local
1404 for (auto codePath : codePaths) { in getAppSize() local