Searched defs:pathname (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java39 /** {@code non-null;} pathname to start with */
40 private final String pathname; field in class:ClassPathOpener
108 * @param pathname {@code non-null;} path element to process
114 public ClassPathOpener(String pathname, boolean sort, Consumer consumer) { argument
115 this(pathname, sort, acceptAll, consumer);
121 * @param pathname {@code non-null;} path element to process
127 public ClassPathOpener(String pathname, boolean sort, FileNameFilter filter, argument
129 this.pathname = pathname;
142 File file = new File(pathname);
[all...]
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java554 * Processes one pathname element.
556 * @param pathname {@code non-null;} the pathname to process. May
562 private static boolean processOne(String pathname, FileNameFilter filter) { argument
565 opener = new ClassPathOpener(pathname, false, filter,

Completed in 38 milliseconds