Searched refs:FlushClose (Results 1 – 11 of 11) sorted by relevance
90 int FlushClose() WARN_UNUSED;
729 int FdFile::FlushClose() { in FlushClose() function in unix_file::FdFile
81 ASSERT_EQ(file->FlushClose(), 0); in TEST_F()
51 if (fp->FlushClose() != 0) { in CreateFile()
285 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()293 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()
515 CHECK_EQ(0, art_file->FlushClose()); in CompileBootImage()518 CHECK_EQ(0, vdex_file->FlushClose()); in CompileBootImage()521 CHECK_EQ(0, oat_file->FlushClose()); in CompileBootImage()
361 if (out->FlushClose() != 0) { in WriteToDisk()
163 if (!output_file->WriteFully(output.data(), output.size()) || output_file->FlushClose() != 0) { in Main()
226 CHECK_EQ(file->FlushClose(), 0); in WriteFile()
102 CHECK_EQ(oat_file->FlushClose(), 0) << "Could not flush and close oat file";2085 CHECK_EQ(file->FlushClose(), 0) << "Could not flush and close oat file"; in TEST_F()
1874 if (output->FlushClose() != 0) { in PreRebootInitDeriveClasspath()