Searched defs:readFile (Results 1 – 5 of 5) sorted by relevance
41 public static byte[] readFile(String fileName) { in readFile() method in FileUtils53 public static byte[] readFile(File file) { in readFile() method in FileUtils
65 private String readFile(String filePath) throws IOException { in readFile() method in DeviceInfoActivityTest
61 private String readFile(String fileName) throws ErrnoException, IOException { in readFile() method in MultinetworkSysctlTest
55 public static String readFile(File f) throws IOException { in readFile() method in Strings
649 Callable<Boolean> readFile = new Callable<Boolean>() { in tryFileOpenRead() local