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

/dalvik/dexgen/src/com/android/dexgen/util/
H A DFileUtils.java41 public static byte[] readFile(String fileName) { method in class:FileUtils
43 return readFile(file);
53 public static byte[] readFile(File file) { method in class:FileUtils
/dalvik/dx/src/com/android/dex/util/
H A DFileUtils.java37 public static byte[] readFile(String fileName) { method in class:FileUtils
39 return readFile(file);
49 public static byte[] readFile(File file) { method in class:FileUtils

Completed in 153 milliseconds