Home
last modified time | relevance | path

Searched defs:codePath (Results 1 – 12 of 12) 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()
DPackageDexOptimizer.java551 File codePath = new File(pkg.codePath); in createOatDirIfSupported() local
568 static File getOatDir(File codePath) { in getOatDir()
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()
DInstaller.java342 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex()
DSettings.java597 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw()
699 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi, in createNewSetting()
811 @NonNull File codePath, @Nullable String legacyNativeLibraryPath, in updatePackageSetting()
941 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw() local
DPackageManagerService.java3245 private File[] getCompressedFiles(String codePath) { in getCompressedFiles()
3288 private boolean compressedFileExists(String codePath) { in compressedFileExists()
10394 void removeCodePathLI(File codePath) { in removeCodePathLI()
12464 final File codePath = new File(codePathString); in calculateBundledApkRoot() local
12501 final String codePath = pkg.codePath; in setNativeLibraryPaths() local
16765 private InstallArgs createInstallArgsForExisting(int installFlags, String codePath, in createInstallArgsForExisting()
16937 FileInstallArgs(String codePath, String resourcePath, String[] instructionSets) { in FileInstallArgs()
17620 static String deriveCodePathName(String codePath) { in deriveCodePathName()
20099 private PackageParser.Package installPackageFromSystemLIF(@NonNull File codePath, in installPackageFromSystemLIF()
22142 final File codePath = decompressPackage(deletedPkg); in setEnabledSetting() local
[all …]
/frameworks/base/services/core/java/com/android/server/pm/dex/
DPackageDexUsage.java269 String codePath = codeEntry.getKey(); in write() local
400 String codePath = line.substring(CODE_PATH_LINE_CHAR.length()); in read() local
729 private boolean mergeCodePathUsedByOtherApps(String codePath, boolean isUsedByOtherApps, in mergeCodePathUsedByOtherApps()
749 public boolean isUsedByOtherApps(String codePath) { in isUsedByOtherApps()
757 public Set<String> getLoadingPackages(String codePath) { in getLoadingPackages()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java413 public final String codePath; field in PackageParser.PackageLite
432 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()
470 public final String codePath; field in PackageParser.ApkLite
489 … public ApkLite(String codePath, String packageName, String splitName, boolean isFeatureSplit, in ApkLite()
974 final String codePath = packageDir.getAbsolutePath(); in parseClusterPackageLite() local
1842 private static ApkLite parseApkLite(String codePath, XmlPullParser parser, AttributeSet attrs, in parseApkLite()
5841 public String codePath; field in PackageParser.Package
6012 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath()
6089 public void setCodePath(String codePath) { in setCodePath()
DApplicationInfo.java1564 /** {@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.cpp1093 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex()
1399 for (auto codePath : codePaths) { in getAppSize() local
1410 for (auto codePath : codePaths) { in getAppSize() local