Home
last modified time | relevance | path

Searched refs:FlushClose (Results 1 – 10 of 10) sorted by relevance

/art/libartbase/base/unix_file/
Dfd_file.h92 int FlushClose() WARN_UNUSED;
Dfd_file_test.cc63 ASSERT_EQ(file->FlushClose(), 0); in TEST_F()
Dfd_file.cc581 int FdFile::FlushClose() { in FlushClose() function in unix_file::FdFile
/art/odrefresh/
Dodr_fs_utils_test.cc51 if (fp->FlushClose() != 0) { in CreateFile()
/art/openjdkjvmti/
Dti_search.cc291 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()
299 if (file.FlushClose() < 0) { in AddToDexClassLoaderInMemory()
/art/runtime/
Dcommon_runtime_test.cc489 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()
Dvdex_file.cc351 if (out->FlushClose() != 0) { in WriteToDisk()
/art/tools/create_minidebuginfo/
Dcreate_minidebuginfo.cc165 if (!output_file->WriteFully(output.data(), output.size()) || output_file->FlushClose() != 0) { in Main()
/art/compiler/utils/
Dassembler_test_base.h195 CHECK_EQ(file->FlushClose(), 0); in WriteFile()
/art/dex2oat/
Ddex2oat_test.cc102 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()