Searched refs:readInputStreamFully (Results 1 – 6 of 6) sorted by relevance
83 mAllowedSyscallMap = new JSONObject(readInputStreamFully(is)); in initializeSyscallMap()86 mBlockedSyscallMap = new JSONObject(readInputStreamFully(is)); in initializeSyscallMap()207 private String readInputStreamFully(InputStream is) throws IOException { in readInputStreamFully() method in SeccompDeviceTest
30 return FileUtils.readInputStreamFully(input); in getTestPhotoData()
244 byte[] bytes = FileUtils.readInputStreamFully(in); in testLocationRedaction()288 byte[] bytes = FileUtils.readInputStreamFully(in); in testLocationRedaction()
149 public static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully() method in FileUtils
104 byte[] actualBytes = FileUtils.readInputStreamFully(photoStream); in assertPhotoStream()