Lines Matching refs:file
5 * you may not use this file except in compliance with the License.
58 // A cache of jar file contents
124 File file = new File(apkPath);
125 scanForApkFiles(file, packageName, classNames, subpackageNames);
143 for (File file : files) {
144 scanForApkFiles(file, packageName, classNames, subpackageNames);
174 * add them to the respective sets. Searches the package in a single jar file.
204 * add them to the respective sets. Searches the package in a single apk file.
285 * Checks if a given file name represents a toplevel class.
292 * Given the absolute path of a class file, return the class name.