Home
last modified time | relevance | path

Searched refs:ReadAtCurrentPos (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/files/
Dfile.h213 int ReadAtCurrentPos(char* data, int size);
Dfile_unittest.cc452 EXPECT_EQ(first_chunk_size, file.ReadAtCurrentPos(buffer, first_chunk_size));
454 file.ReadAtCurrentPos(buffer + first_chunk_size,
Dfile_posix.cc227 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos() function in base::File
Dfile_util_posix.cc159 ssize_t bytes_read = infile->ReadAtCurrentPos(buffer.data(), buffer.size()); in CopyFileContents()
/external/libchrome/mojo/public/cpp/system/
Dfile_data_pipe_producer.cc166 int read_size = file_.ReadAtCurrentPos(static_cast<char*>(pipe_buffer), in TransferSomeBytes()
/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc108 EXPECT_EQ(file.ReadAtCurrentPos(data.data(), static_cast<int>(data.size())), in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc204 file.ReadAtCurrentPos(buffer, sizeof(buffer))); in TEST_F()