Home
last modified time | relevance | path

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

/external/libbrillo/brillo/timezone/
Dtzif_parser.cc36 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/
Dfile.h213 int ReadAtCurrentPos(char* data, int size);
Dfile_posix.cc227 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos() function in base::File
Dfile_unittest.cc452 EXPECT_EQ(first_chunk_size, file.ReadAtCurrentPos(buffer, first_chunk_size));
454 file.ReadAtCurrentPos(buffer + first_chunk_size,
Dfile_util_posix.cc159 ssize_t bytes_read = infile->ReadAtCurrentPos(buffer.data(), buffer.size()); in CopyFileContents()
Dfile_util_unittest.cc3625 EXPECT_TRUE(file.ReadAtCurrentPos(buffer.get(), image_size)); in TEST_F()
/external/zlib/google/
Dzip_writer.cc26 num_bytes = file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize); in AddFileContentToZip()
/external/libchrome/mojo/public/cpp/system/
Dfile_data_pipe_producer.cc166 int read_size = file_.ReadAtCurrentPos(static_cast<char*>(pipe_buffer), in TransferSomeBytes()
/external/angle/third_party/zlib/google/
Dzip_writer.cc51 file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize); in AddFileContent()
/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()