Searched defs:readBytes (Results 1 – 10 of 10) sorted by relevance
35 String8 ReadWriteUtils::readBytes(const String8& filePath) { in readBytes() function in ReadWriteUtils57 int ReadWriteUtils::readBytes(const String8& filePath, char** buffer) { in readBytes() function in ReadWriteUtils
39 /* package */ static byte[] readBytes(String path) throws IOException { in readBytes() method in DrmUtils45 /* package */ static byte[] readBytes(File file) throws IOException { in readBytes() method in DrmUtils
127 public synchronized byte[] readBytes(int size) { in readBytes() method in PrivateOutputStream
221 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress() local
187 public int readBytes(byte[] buffer, int srcOffset, int destOffset, int count) in readBytes() method in MemoryFile
214 int readBytes = 0; in getText() local
616 int readBytes = in runSelectLoop() local
559 int readBytes = android.system.Os.read(pipeFd, data, dataIndex, 1); in handleParentProc() local
462 public byte[] readBytes(long fieldId) throws IOException { in readBytes() method in ProtoInputStream
2782 int readBytes; field in WifiNative.RingBufferStatus