Searched refs:ReadAtCurrentPos (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/files/ |
D | file.h | 213 int ReadAtCurrentPos(char* data, int size);
|
D | file_unittest.cc | 452 EXPECT_EQ(first_chunk_size, file.ReadAtCurrentPos(buffer, first_chunk_size)); 454 file.ReadAtCurrentPos(buffer + first_chunk_size,
|
D | file_posix.cc | 227 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos() function in base::File
|
D | file_util_posix.cc | 159 ssize_t bytes_read = infile->ReadAtCurrentPos(buffer.data(), buffer.size()); in CopyFileContents()
|
/external/libchrome/mojo/public/cpp/system/ |
D | file_data_pipe_producer.cc | 166 int read_size = file_.ReadAtCurrentPos(static_cast<char*>(pipe_buffer), in TransferSomeBytes()
|
/external/libchrome/mojo/core/ |
D | platform_wrapper_unittest.cc | 108 EXPECT_EQ(file.ReadAtCurrentPos(data.data(), static_cast<int>(data.size())), in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator_unittest.cc | 204 file.ReadAtCurrentPos(buffer, sizeof(buffer))); in TEST_F()
|