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

/dalvik/dx/src/com/android/dx/cf/direct/
H A DClassPathOpener.java64 * from {@code processFileBytes} and returned to the caller
67 boolean processFileBytes(String name, long lastModified, byte[] bytes); method in interface:ClassPathOpener.Consumer
104 * from {@code Consumer.processFileBytes()}.
135 return consumer.processFileBytes(path, file.lastModified(), bytes);
245 any |= consumer.processFileBytes(path, one.getTime(), bytes);
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java393 public boolean processFileBytes(String name, long lastModified, byte[] bytes) {
398 return Main.processFileBytes(name, lastModified, bytes);
432 private static boolean processFileBytes(String name, long lastModified, byte[] bytes) { method in class:Main
1214 * Task run by each thread in the thread pool. Runs processFileBytes
1218 if (Main.processFileBytes(path, lastModified, bytes)) {

Completed in 39 milliseconds