Searched refs:ReadAtCurrentPos (Results 1 – 11 of 11) sorted by relevance
/external/libbrillo/brillo/timezone/ |
D | tzif_parser.cc | 36 int read = file->ReadAtCurrentPos(reinterpret_cast<char*>(&buf), sizeof(buf)); in ReadInt() 48 int read = tzfile->ReadAtCurrentPos(header->magic, sizeof(header->magic)); in ParseTzifHeader() 56 read = tzfile->ReadAtCurrentPos(&header->version, sizeof(header->version)); in ParseTzifHeader() 65 read = tzfile->ReadAtCurrentPos(header->reserved, sizeof(header->reserved)); in ParseTzifHeader() 152 if (tzfile.ReadAtCurrentPos(base::data(time_string), time_string.size()) != in GetPosixTimezone()
|
/external/libchrome/base/files/ |
D | file.h | 213 int ReadAtCurrentPos(char* data, int size);
|
D | file_posix.cc | 227 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos() function in base::File
|
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_util_posix.cc | 159 ssize_t bytes_read = infile->ReadAtCurrentPos(buffer.data(), buffer.size()); in CopyFileContents()
|
D | file_util_unittest.cc | 3625 EXPECT_TRUE(file.ReadAtCurrentPos(buffer.get(), image_size)); in TEST_F()
|
/external/zlib/google/ |
D | zip_writer.cc | 26 num_bytes = file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize); in AddFileContentToZip()
|
/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/angle/third_party/zlib/google/ |
D | zip_writer.cc | 51 file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize); in AddFileContent()
|
/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()
|