Searched refs:readAllBytes (Results 1 – 11 of 11) sorted by relevance
107 byte[] oneBytes = oneInput.readAllBytes(); in checkFilesIdentical()108 byte[] twoBytes = twoInput.readAllBytes(); in checkFilesIdentical()
234 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearEstimateRecordJson()273 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearHistoryJson()478 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatEntryJson()692 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatsDeltaJson()778 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
152 return Files.readAllBytes(Paths.get(mEventBufferPath)); in readTrace()
65 JSONObject jsonObject = new JSONObject(new String(Files.readAllBytes(in.toPath()))); in fromJson()
72 return new String(Files.readAllBytes(file.toPath()), StandardCharsets.UTF_8); in readFileAsString()
192 return new XmpInterface(Files.readAllBytes(file.toPath()), in fromSidecar()
414 final String value = new String(Files.readAllBytes(file.toPath()), in readString()
460 new String(Files.readAllBytes(mLifetimeWriteFile.toPath()))); in loadLifetimeWrites()
736 return new String(Files.readAllBytes(path), StandardCharsets.UTF_8); in readFile()
601 byte[] allBytes = Files.readAllBytes(Paths.get(filePathString)); in readChecksumFile()