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

  /art/libartbase/base/unix_file/
fd_file.h 114 int FlushClose() WARN_UNUSED;
fd_file.cc 417 int FdFile::FlushClose() {
421 LOG(ERROR) << "FlushClose failed while flushing a file.";
425 LOG(ERROR) << "FlushClose failed while closing a file.";
  /art/patchoat/
patchoat_test.cc 598 ASSERT_EQ(rel_file->FlushClose(), 0);
  /art/dex2oat/
dex2oat_test.cc 94 CHECK_EQ(oat_file->FlushClose(), 0) << "Could not flush and close oat file";
    [all...]

Completed in 182 milliseconds