ReadFully         170 base/platform_file_unittest.cc   int bytes_read = ReadFully(file, kTestDataSize, data_read_1, kTestDataSize);
ReadFully         175 base/platform_file_unittest.cc   bytes_read = ReadFully(file, kPartialReadOffset, data_read_1, kTestDataSize);
ReadFully         181 base/platform_file_unittest.cc   bytes_read = ReadFully(file, 0, data_read_1, 0);
ReadFully         185 base/platform_file_unittest.cc   bytes_read = ReadFully(file, 0, data_read_1, kTestDataSize);
ReadFully         211 base/platform_file_unittest.cc   bytes_read = ReadFully(file, 0, data_read_2, static_cast<int>(file_size));
ReadFully         264 base/platform_file_unittest.cc   int bytes_read = ReadFully(file, 0, data_read_1,
ReadFully         304 base/platform_file_unittest.cc   int bytes_read = ReadFully(file, 0, data_read, static_cast<int>(file_size));
ReadFully         318 base/platform_file_unittest.cc   bytes_read = ReadFully(file, 0, data_read, kTestDataSize);