HomeSort by relevance Sort by last modified time
    Searched refs:FlushCloseOrErase (Results 1 - 18 of 18) sorted by null

  /art/runtime/gc/space/
image_space_fs.h 165 if (file->FlushCloseOrErase() != 0) {
  /art/runtime/base/unix_file/
fd_file.h 111 int FlushCloseOrErase() WARN_UNUSED;
fd_file_test.cc 284 ASSERT_EQ(0, file.FlushCloseOrErase());
fd_file.cc 394 int FdFile::FlushCloseOrErase() {
  /art/runtime/
signal_catcher.cc 156 success = file->FlushCloseOrErase() == 0;
oat_file_assistant.cc 762 if (vdex_file->FlushCloseOrErase() != 0) {
767 if (oat_file->FlushCloseOrErase() != 0) {
    [all...]
common_runtime_test.cc 188 if (file_->FlushCloseOrErase() != 0) {
dex_file_test.cc 199 if (file->FlushCloseOrErase() != 0) {
dex_file_verifier_test.cc 106 if (file->FlushCloseOrErase() != 0) {
    [all...]
  /art/dexlayout/
dexlayout_test.cc 236 if (file->FlushCloseOrErase() != 0) {
373 if (file->FlushCloseOrErase() != 0) {
dexlayout.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc 687 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";
    [all...]
dex2oat.cc     [all...]
  /art/compiler/
image_test.h 358 ASSERT_EQ(oat_file->FlushCloseOrErase(), 0) << "Could not flush and close oat file "
image_writer.cc 337 if (image_file->FlushCloseOrErase() != 0) {
    [all...]
  /art/patchoat/
patchoat.cc 89 if (file->FlushCloseOrErase() != 0) {
    [all...]
  /art/runtime/hprof/
hprof.cc 796 okay = file->FlushCloseOrErase() == 0;
    [all...]
  /art/oatdump/
oatdump.cc 196 if (elf_file->FlushCloseOrErase() != 0) {
    [all...]

Completed in 592 milliseconds