Searched refs:ReadAtCurrentPos (Results 1 – 4 of 4) sorted by relevance
219 int ReadAtCurrentPos(char* data, int size);
404 EXPECT_EQ(first_chunk_size, file.ReadAtCurrentPos(buffer, first_chunk_size));406 file.ReadAtCurrentPos(buffer + first_chunk_size,
223 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos() function in base::File
884 ssize_t bytes_read = infile.ReadAtCurrentPos(&buffer[0], buffer.size()); in CopyFile()