Searched refs:codeFile (Results 1 – 2 of 2) sorted by relevance
110 final File codeFile = new File(codePath); in deriveCodePathName() local111 final String name = codeFile.getName(); in deriveCodePathName()112 if (codeFile.isDirectory()) { in deriveCodePathName()146 final File codeFile = new File(codePath); in getNativeLibraryPaths() local154 if (isApkFile(codeFile)) { in getNativeLibraryPaths()189 nativeLibraryRootDir = new File(codeFile, LIB_DIR_NAME).getAbsolutePath(); in getNativeLibraryPaths()226 final File codeFile = new File(pkg.getCodePath()); in getBundledAppAbi() local233 if (isApkFile(codeFile)) { in getBundledAppAbi()240 final File rootDir = new File(codeFile, LIB_DIR_NAME); in getBundledAppAbi()
454 final File codeFile = new File(codePath); in calculateInstalledSize() local455 sizeBytes += codeFile.length(); in calculateInstalledSize()