Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/direct/
DClassPathOpener.java67 boolean processFileBytes(String name, long lastModified, byte[] bytes); in processFileBytes() method
169 return consumer.processFileBytes(path, file.lastModified(), bytes); in processOne()
285 any |= consumer.processFileBytes(path, one.getTime(), bytes); in processArchive()
/dalvik/dx/src/com/android/dx/command/annotool/
DAnnotationLister.java66 public boolean processFileBytes(String name, long lastModified, byte[] bytes) { in process()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java695 private boolean processFileBytes(String name, long lastModified, byte[] bytes) { in processFileBytes() method in Main
1717 public boolean processFileBytes(String name, long lastModified, in processFileBytes() method in Main.FileBytesConsumer
1719 return Main.this.processFileBytes(name, lastModified, bytes); in processFileBytes()