Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_fs_utils_test.cc47 fp->Erase(); in CreateFile()
52 fp->Erase(); in CreateFile()
Dodrefresh.cc153 file->Erase(/*unlink=*/true); in EraseFiles()
197 if (!file->Erase(/*unlink=*/true)) { in MoveOrEraseFiles()
/art/libartbase/base/unix_file/
Dfd_file.h81 bool Erase(bool unlink = false);
Dfd_file.cc547 bool FdFile::Erase(bool unlink) { in Erase() function in unix_file::FdFile
569 Erase(); in FlushCloseOrErase()
575 Erase(); in FlushCloseOrErase()
Dfd_file_test.cc234 EXPECT_TRUE(file.Erase(true)); in TEST_F()
/art/dex2oat/
Ddex2oat.cc1199 oat_file->Erase(); in OpenFile()
1229 vdex_file->Erase(); in OpenFile()
1244 oat_file->Erase(); in OpenFile()
1284 vdex_file->Erase(); in OpenFile()
1386 (*files)[i]->Erase(); in EraseOutputFiles()
/art/dexlayout/
Ddexlayout.cc1861 new_file->Erase(); in OutputDexFile()
1867 new_file->Erase(); in OutputDexFile()
/art/dex2oat/linker/
Dimage_writer.cc343 image_file_->Erase(); in ~ImageFileGuard()
503 image_file->Erase(); in Write()
520 image_file->Erase(); in Write()
/art/runtime/hprof/
Dhprof.cc797 file->Erase(); in DumpToFile()
/art/oatdump/
Doatdump.cc1033 file->Erase(); in ExportDexFile()