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

  /art/runtime/base/unix_file/
fd_file.h 114 int FlushClose() WARN_UNUSED;
fd_file.cc 411 int FdFile::FlushClose() {
415 LOG(ERROR) << "FlushClose failed while flushing a file.";
419 LOG(ERROR) << "FlushClose failed while closing a file.";
  /art/dex2oat/
dex2oat_test.cc 87 CHECK_EQ(oat_file->FlushClose(), 0) << "Could not flush and close oat file";
    [all...]

Completed in 71 milliseconds