Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2760 final File apkDirOrPath = ps.getPath(); in getApksSize() local
2761 if (apkDirOrPath == null) { in getApksSize()
2764 if (apkDirOrPath.isFile() && apkDirOrPath.getName().toLowerCase().endsWith(".apk")) { in getApksSize()
2765 return apkDirOrPath.length(); in getApksSize()
2767 if (!apkDirOrPath.isDirectory()) { in getApksSize()
2770 final File[] files = apkDirOrPath.listFiles(); in getApksSize()