Searched refs:codeFile (Results 1 – 2 of 2) sorted by relevance
409 final File codeFile = new File(codePath); in calculateInstalledSize() local410 sizeBytes += codeFile.length(); in calculateInstalledSize()
12018 final File codeFile = new File(codePath);12027 if (isApkFile(codeFile)) {12050 info.nativeLibraryRootDir = new File(codeFile.getParentFile(), LIB_DIR_NAME)12062 info.nativeLibraryRootDir = new File(codeFile, LIB_DIR_NAME).getAbsolutePath();12111 final File codeFile = new File(pkg.codePath);12115 if (isApkFile(codeFile)) {12121 final File rootDir = new File(codeFile, LIB_DIR_NAME);15796 private File codeFile;15824 this.codeFile = (codePath != null) ? new File(codePath) : null;15840 codeFile = origin.file;[all …]