HomeSort by relevance Sort by last modified time
    Searched refs:ReadFully (Results 1 - 6 of 6) sorted by null

  /art/compiler/
output_stream_test.cc 71 bool readSuccess = in->ReadFully(&actual[0], actual.size());
86 bool readSuccess = in->ReadFully(&actual[0], actual.size());
image_test.cc 114 ASSERT_EQ(file->ReadFully(&image_header, sizeof(image_header)), true);
  /art/runtime/base/unix_file/
fd_file.h 76 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
fd_file_test.cc 76 EXPECT_FALSE(file.ReadFully(&buffer, 4));
fd_file.cc 181 bool FdFile::ReadFully(void* buffer, size_t byte_count) {
  /art/runtime/gc/space/
image_space.cc 243 const bool success = image_file->ReadFully(image_header, sizeof(ImageHeader));
642 bool success = file->ReadFully(&image_header, sizeof(image_header));
    [all...]

Completed in 182 milliseconds