Home
last modified time | relevance | path

Searched refs:DisableAutoClose (Results 1 – 5 of 5) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.h75 void DisableAutoClose();
Dfd_file.cc82 void FdFile::DisableAutoClose() { in DisableAutoClose() function in unix_file::FdFile
/art/dex2oat/
Ddex2oat.cc1106 oat_file_->DisableAutoClose(); in OpenFile()
1136 swap_file->DisableAutoClose(); // We'll handle it ourselves, the File object will be in OpenFile()
/art/runtime/
Dtrace.cc336 trace_file->DisableAutoClose(); in Start()
/art/patchoat/
Dpatchoat.cc1221 input_oat.get()->DisableAutoClose(); in patchoat()