Searched refs:ReadAtCurrentPos (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/files/
H A Dfile.h219 int ReadAtCurrentPos(char* data, int size);
H A Dfile_unittest.cc404 EXPECT_EQ(first_chunk_size, file.ReadAtCurrentPos(buffer, first_chunk_size));
406 file.ReadAtCurrentPos(buffer + first_chunk_size,
H A Dfile_posix.cc223 int File::ReadAtCurrentPos(char* data, int size) { function in class:base::File
229 SCOPED_FILE_TRACE_WITH_SIZE("ReadAtCurrentPos", size);
H A Dfile_util_posix.cc884 ssize_t bytes_read = infile.ReadAtCurrentPos(&buffer[0], buffer.size());

Completed in 81 milliseconds