Lines Matching refs:InputPath
55 private static class SourceFolderInputPath extends InputPath {
229 List<InputPath> inputPaths = new ArrayList<InputPath>();
232 InputPath resourceInputPath = new InputPath(new File(mOutFolder, mResourceFile));
236 inputPaths.add(new InputPath(dexFile));
244 inputPaths.add(new InputPath(f));
278 inputPaths.add(new InputPath(f));
289 inputPaths.add(new InputPath(f));
307 inputPaths.add(new InputPath(entry.mFile));