Searched refs:readAllBytes (Results 1 – 4 of 4) sorted by relevance
218 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearEstimateRecordJson()254 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearHistoryJson()446 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatEntryJson()653 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatsDeltaJson()734 new String(Files.readAllBytes(temporaryFile.getPath()))); in testLifetimeWriteInfoJson()
151 byteBuffer.put(readAllBytes(file)); in readBlob()254 private static byte[] readAllBytes(File file) throws IOException { in readAllBytes() method in PersistentLogFileHandler
65 JSONObject jsonObject = new JSONObject(new String(Files.readAllBytes(in.toPath()))); in fromJson()
432 new String(Files.readAllBytes(mLifetimeWriteFile.toPath()))); in loadLifetimeWrites()