Home
last modified time | relevance | path

Searched refs:codeFile (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DPackageHelper.java656 final File codeFile = new File(codePath); in calculateInstalledSize() local
657 sizeBytes += codeFile.length(); in calculateInstalledSize()
660 sizeBytes += PackageHelper.extractPublicFiles(codeFile, null); in calculateInstalledSize()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java11803 final File codeFile = new File(codePath); in setNativeLibraryPaths() local
11812 if (isApkFile(codeFile)) { in setNativeLibraryPaths()
11835 info.nativeLibraryRootDir = new File(codeFile.getParentFile(), LIB_DIR_NAME) in setNativeLibraryPaths()
11847 info.nativeLibraryRootDir = new File(codeFile, LIB_DIR_NAME).getAbsolutePath(); in setNativeLibraryPaths()
11896 final File codeFile = new File(pkg.codePath); in setBundledAppAbi() local
11900 if (isApkFile(codeFile)) { in setBundledAppAbi()
11906 final File rootDir = new File(codeFile, LIB_DIR_NAME); in setBundledAppAbi()
16174 private File codeFile; field in PackageManagerService.FileInstallArgs
16202 this.codeFile = (codePath != null) ? new File(codePath) : null; in FileInstallArgs()
16218 codeFile = origin.file; in doCopyApk()
[all …]