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

/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java65 * from {@code processFileBytes} and returned to the caller
68 boolean processFileBytes(String name, long lastModified, byte[] bytes); method in interface:ClassPathOpener.Consumer
139 * from {@code Consumer.processFileBytes()}.
170 return consumer.processFileBytes(path, file.lastModified(), bytes);
284 any |= consumer.processFileBytes(path, one.getTime(), bytes);
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java601 public boolean processFileBytes(String name, long lastModified, byte[] bytes) {
602 return Main.processFileBytes(name, lastModified, bytes);
645 private static boolean processFileBytes(String name, long lastModified, byte[] bytes) { method in class:Main

Completed in 145 milliseconds