Searched refs:FlushClose (Results 1 – 10 of 10) sorted by relevance
92 int FlushClose() WARN_UNUSED;
63 ASSERT_EQ(file->FlushClose(), 0); in TEST_F()
581 int FdFile::FlushClose() { in FlushClose() function in unix_file::FdFile
51 if (fp->FlushClose() != 0) { in CreateFile()
291 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()299 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()
489 CHECK_EQ(0, art_file->FlushClose()); in CompileBootImage()492 CHECK_EQ(0, vdex_file->FlushClose()); in CompileBootImage()495 CHECK_EQ(0, oat_file->FlushClose()); in CompileBootImage()
351 if (out->FlushClose() != 0) { in WriteToDisk()
165 if (!output_file->WriteFully(output.data(), output.size()) || output_file->FlushClose() != 0) { in Main()
195 CHECK_EQ(file->FlushClose(), 0); in WriteFile()
102 CHECK_EQ(oat_file->FlushClose(), 0) << "Could not flush and close oat file";2362 CHECK_EQ(file->FlushClose(), 0) << "Could not flush and close oat file"; in TEST_F()