Home
last modified time | relevance | path

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

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