Searched refs:readFile (Results 1 – 8 of 8) sorted by relevance
41 public static byte[] readFile(String fileName) { in readFile() method in FileUtils43 return readFile(file); in readFile()53 public static byte[] readFile(File file) { in readFile() method in FileUtils
61 private String readFile(String fileName) throws ErrnoException, IOException { in readFile() method in MultinetworkSysctlTest84 int value = Integer.parseInt(readFile(sysctl).trim()); in testProcFiles()95 int value = Integer.parseInt(readFile(sysctl).trim()); in testProcFiles()
61 String jsonContent = readFile(resultFilePath); in testJsonFile()65 private String readFile(String filePath) throws IOException { in readFile() method in DeviceInfoActivityTest
55 public static String readFile(File f) throws IOException { in readFile() method in Strings
77 byte[] cfhbytes = FileUtils.readFile(cfhF); in run()
79 byte[] bytes = FileUtils.readFile(inFile); in process()
649 Callable<Boolean> readFile = new Callable<Boolean>() { in tryFileOpenRead() local662 future = executor.submit(readFile); in tryFileOpenRead()
761 String all = new String(FileUtils.readFile(f));