Lines Matching refs:file
83 if (fcd.file.isFile()) {
85 String collapsed = collapsedPaths.get(fcd.file.path);
121 eachFile { file ->
122 if (file.name.endsWith(".gradle") || file.name.endsWith(".java")) {
148 def outDir = project.file(outputPath)
194 File current = f.file;
197 // Starting at this file, walk back to the root of the path and
202 // path and the filename, even if there's only one file in the directory.
221 current.list().each { file ->
222 if (!file.startsWith("."))
229 result.put(f.file.path, collapsedPath.toString());