Searched refs:FlushClose (Results 1 – 6 of 6) sorted by relevance
90 int FlushClose() WARN_UNUSED;
581 int FdFile::FlushClose() { in FlushClose() function in unix_file::FdFile
291 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()299 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()
508 CHECK_EQ(0, art_file->FlushClose()); in CompileBootImage()511 CHECK_EQ(0, vdex_file->FlushClose()); in CompileBootImage()514 CHECK_EQ(0, oat_file->FlushClose()); in CompileBootImage()
456 if (out->FlushClose() != 0) { in WriteToDisk()
105 CHECK_EQ(oat_file->FlushClose(), 0) << "Could not flush and close oat file";2581 CHECK_EQ(file->FlushClose(), 0) << "Could not flush and close oat file"; in TEST_F()