Searched refs:processFileBytes (Results 1 - 3 of 3) 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/annotool/
H A DAnnotationLister.java65 public boolean processFileBytes(String name, long lastModified, byte[] bytes) {
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java567 public boolean processFileBytes(String name, long lastModified, byte[] bytes) {
572 return Main.processFileBytes(name, lastModified, bytes);
606 private static boolean processFileBytes(String name, long lastModified, byte[] bytes) { method in class:Main
1545 * Task run by each thread in the thread pool. Runs processFileBytes
1549 if (Main.processFileBytes(path, lastModified, bytes)) {

Completed in 114 milliseconds