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()
12054 final File codeFile = new File(codePath);12063 if (isApkFile(codeFile)) {12086 info.nativeLibraryRootDir = new File(codeFile.getParentFile(), LIB_DIR_NAME)12098 info.nativeLibraryRootDir = new File(codeFile, LIB_DIR_NAME).getAbsolutePath();12147 final File codeFile = new File(pkg.codePath);12151 if (isApkFile(codeFile)) {12157 final File rootDir = new File(codeFile, LIB_DIR_NAME);15846 private File codeFile;15874 this.codeFile = (codePath != null) ? new File(codePath) : null;15890 codeFile = origin.file;[all …]