Home
last modified time | relevance | path

Searched refs:SourceFolderInputPath (Results 1 – 1 of 1) sorted by relevance

/sdk/anttasks/src/com/android/ant/
DApkBuilderTask.java55 private static class SourceFolderInputPath extends InputPath { class in ApkBuilderTask
56 public SourceFolderInputPath(File file) { in SourceFolderInputPath() method in ApkBuilderTask.SourceFolderInputPath
257 inputPaths.add(new SourceFolderInputPath(f)); in execute()