Home
last modified time | relevance | path

Searched refs:FlushCloseOrErase (Results 1 – 13 of 13) sorted by relevance

/art/dex2oat/
Ddex2oat_cts_test.cc91 EXPECT_EQ(oat_file->FlushCloseOrErase(), 0); in TEST_F()
92 EXPECT_EQ(vdex_file->FlushCloseOrErase(), 0); in TEST_F()
Ddex2oat_test.cc653 ASSERT_EQ(app_image_file->FlushCloseOrErase(), 0) << "Could not flush and close art file";
774 ASSERT_EQ(vdex_file1->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunTestVDex()
Ddex2oat.cc2268 if (out->FlushCloseOrErase() != 0) { in CopyOatFilesToSymbolsDirectoryAndStrip()
2298 if (file->FlushCloseOrErase() != 0) { in FlushCloseOutputFile()
/art/libartbase/base/unix_file/
Dfd_file.h89 int FlushCloseOrErase() WARN_UNUSED;
Dfd_file_test.cc302 ASSERT_EQ(0, file.FlushCloseOrErase()); in TEST_F()
Dfd_file.cc565 int FdFile::FlushCloseOrErase() { in FlushCloseOrErase() function in unix_file::FdFile
/art/dexlayout/
Ddexlayout_test.cc250 if (file->FlushCloseOrErase() != 0) { in WriteFileBase64()
375 if (file->FlushCloseOrErase() != 0) { in CreateProfile()
Ddexlayout.cc2172 UNUSED(new_file->FlushCloseOrErase()); in OutputDexFile()
/art/runtime/
Dimage.h569 if (image_file->FlushCloseOrErase() != 0) { in WriteHeaderAndClose()
/art/libartbase/base/
Dcommon_art_test.cc128 if (file_->FlushCloseOrErase() != 0) { in Close()
/art/runtime/hprof/
Dhprof.cc795 okay = file->FlushCloseOrErase() == 0; in DumpToFile()
/art/oatdump/
Doatdump.cc225 if (elf_file->FlushCloseOrErase() != 0) { in Symbolize()
1040 if (file->FlushCloseOrErase() != 0) { in ExportDexFile()
/art/odrefresh/
Dodrefresh.cc195 if (output_files.back()->FlushCloseOrErase() != 0) { in MoveOrEraseFiles()