Searched refs:ReadAtCurrentPos (Results 1 – 5 of 5) sorted by relevance
37 file.ReadAtCurrentPos(static_cast<char*>(buffer), buffer_num_bytes); in BlockingCopyFromFile()
220 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
904 ssize_t bytes_read = infile.ReadAtCurrentPos(&buffer[0], buffer.size()); in CopyFile()