Searched refs:WriteAtCurrentPos (Results 1 – 4 of 4) sorted by relevance
238 int WriteAtCurrentPos(const char* data, int size);
424 EXPECT_EQ(first_chunk_size, file.WriteAtCurrentPos(kData, first_chunk_size));426 file.WriteAtCurrentPos(kData + first_chunk_size,469 ASSERT_EQ(kDataLen, file.WriteAtCurrentPos(kData, kDataLen));
265 return WriteAtCurrentPos(data, size); in Write()287 int File::WriteAtCurrentPos(const char* data, int size) { in WriteAtCurrentPos() function in base::File
894 ssize_t bytes_written_partial = outfile.WriteAtCurrentPos( in CopyFile()