Searched refs:WriteAtCurrentPos (Results 1 – 15 of 15) sorted by relevance
/external/libchrome/mojo/public/cpp/base/ |
D | file_unittest.cc | 23 file.WriteAtCurrentPos(test_content.data(), in TEST() 46 write_file.WriteAtCurrentPos(test_content.data(), in TEST()
|
/external/libchrome/base/android/library_loader/ |
D | library_prefetcher.cc | 174 file.WriteAtCurrentPos(start_end.c_str(), start_end.size()); in DumpResidency() 179 file.WriteAtCurrentPos(timestamp.c_str(), timestamp.size()); in DumpResidency() 186 file.WriteAtCurrentPos(&dump[0], dump.size()); in DumpResidency()
|
/external/libchrome/base/files/ |
D | file_unittest.cc | 473 EXPECT_EQ(first_chunk_size, file.WriteAtCurrentPos(kData, first_chunk_size)); 475 file.WriteAtCurrentPos(kData + first_chunk_size, 518 ASSERT_EQ(kDataLen, file.WriteAtCurrentPos(kData, kDataLen)); 735 ASSERT_EQ(5, file.WriteAtCurrentPos("12345", 5)); 760 ASSERT_EQ(lying_file.WriteAtCurrentPos("12345", 5), -1);
|
D | file.h | 232 int WriteAtCurrentPos(const char* data, int size);
|
D | file_posix.cc | 269 return WriteAtCurrentPos(data, size); in Write() 300 int File::WriteAtCurrentPos(const char* data, int size) { in WriteAtCurrentPos() function in base::File
|
D | file_util_posix.cc | 167 ssize_t bytes_written_partial = outfile->WriteAtCurrentPos( in CopyFileContents()
|
/external/zlib/google/ |
D | zip_reader.cc | 463 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes() 493 return num_bytes == file_.WriteAtCurrentPos(data, num_bytes); in WriteBytes()
|
/external/angle/third_party/zlib/google/ |
D | zip_reader.cc | 463 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes() 493 return num_bytes == file_.WriteAtCurrentPos(data, num_bytes); in WriteBytes()
|
/external/libchrome/mojo/public/cpp/platform/tests/ |
D | platform_handle_unittest.cc | 108 test_file.WriteAtCurrentPos(kTestData.data(), kTestData.size()); in SetUpFile()
|
/external/libchrome/libchrome_tools/patch/ |
D | mojom_disable_trace_and_mem_dump.patch | 172 - file.WriteAtCurrentPos(reinterpret_cast<const char*>(entry.data_bytes.data()), 199 +// file.WriteAtCurrentPos(reinterpret_cast<const char*>(entry.data_bytes.data()),
|
/external/libchrome/base/android/orderfile/ |
D | orderfile_instrumentation.cc | 196 if (file.WriteAtCurrentPos(offset_str.c_str(), in DumpToFile()
|
/external/libchrome/mojo/public/tools/fuzzers/ |
D | mojo_fuzzer_message_dump.cc | 58 int ret = file.WriteAtCurrentPos(data, size); in Accept()
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | file_data_pipe_producer_unittest.cc | 96 int bytes_written = temp_file.WriteAtCurrentPos( in CreateTempFileWithContents()
|
/external/libchrome/base/test/launcher/ |
D | test_results_tracker.cc | 450 if (output.WriteAtCurrentPos(json.data(), json_size) != json_size) { in SaveSummaryAsJSON()
|
/external/libchrome/ipc/ |
D | ipc_channel_mojo_unittest.cc | 417 file.WriteAtCurrentPos(content.data(), content.size()); in WriteFile()
|