Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
12 * file and include the License file at LICENSE.txt.
28 * This class maintains a list of file names (like "cscope.out"), SRC_ROOT
29 * relative file paths (like "usr/src/uts" or "usr/src/Makefile"), and glob
84 * Should the file be ignored or not?
85 * @param file the file to check
86 * @return true if this file should be ignored, false otherwise
88 public boolean ignore(File file) {
89 return match(file);
93 * Should the file be ignored or not?
94 * @param name the name of the file to check