Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1129 std::unique_ptr<File> swap_file(OS::CreateEmptyFile(swap_file_name_.c_str())); in OpenFile() local
1130 if (swap_file.get() == nullptr) { in OpenFile()
1134 swap_fd_ = swap_file->Fd(); in OpenFile()
1135 swap_file->MarkUnchecked(); // We don't we to track this, it will be unlinked immediately. in OpenFile()
1136 swap_file->DisableAutoClose(); // We'll handle it ourselves, the File object will be in OpenFile()