Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.h87 int FlushCloseOrErase() WARN_UNUSED;
Dfd_file_test.cc288 ASSERT_EQ(0, file.FlushCloseOrErase()); in TEST_F()
Dfd_file.cc564 int FdFile::FlushCloseOrErase() { in FlushCloseOrErase() function in unix_file::FdFile
/art/dexlayout/
Ddexlayout_test.cc248 if (file->FlushCloseOrErase() != 0) { in WriteFileBase64()
375 if (file->FlushCloseOrErase() != 0) { in CreateProfile()
Ddexlayout.cc1870 UNUSED(new_file->FlushCloseOrErase()); in OutputDexFile()
/art/dex2oat/
Ddex2oat_test.cc703 ASSERT_EQ(app_image_file->FlushCloseOrErase(), 0) << "Could not flush and close art file";
790 ASSERT_EQ(vdex_file1->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunTestVDex()
913 ASSERT_EQ(vdex_file1->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunUnquickenMultiDex()
961 ASSERT_EQ(vdex_file1->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunUnquickenMultiDexCDex()
962 ASSERT_EQ(vdex_file2->FlushCloseOrErase(), 0) << "Could not flush and close vdex file"; in RunUnquickenMultiDexCDex()
2072 ASSERT_EQ(vdex_output->FlushCloseOrErase(), 0) << "Could not flush and close"; in TEST_F()
2073 ASSERT_EQ(vdex_unquickened->FlushCloseOrErase(), 0) << "Could not flush and close"; in TEST_F()
Ddex2oat.cc2448 if (out->FlushCloseOrErase() != 0) { in CopyOatFilesToSymbolsDirectoryAndStrip()
2478 if (file->FlushCloseOrErase() != 0) { in FlushCloseOutputFile()
/art/dex2oat/linker/
Dimage_test.h353 ASSERT_EQ(oat_file->FlushCloseOrErase(), 0) << "Could not flush and close oat file " in DoCompile()
Dimage_writer.cc391 if (image_file->FlushCloseOrErase() != 0) { in WriteHeaderAndClose()
/art/libartbase/base/
Dcommon_art_test.cc129 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()
1058 if (file->FlushCloseOrErase() != 0) { in ExportDexFile()