Home | History | Annotate | Download | only in ant

Lines Matching defs:inputPaths

229             List<InputPath> inputPaths = new ArrayList<InputPath>();
233 inputPaths.add(resourceInputPath);
237 inputPaths.add(new InputPath(dexFile));
246 inputPaths.add(new InputPath(f));
259 inputPaths.add(new SourceFolderInputPath(f));
280 inputPaths.add(new InputPath(f));
291 inputPaths.add(new InputPath(f));
309 inputPaths.add(new InputPath(entry.mFile));
319 if (initDependencies(depFile, inputPaths) && dependenciesHaveChanged() == false) {
383 generateDependencyFile(depFile, inputPaths, outputFile.getAbsolutePath());