Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1632 std::unique_ptr<File> swap_file(OS::CreateEmptyFile(swap_file_name_.c_str())); in OpenFile() local
1633 if (swap_file.get() == nullptr) { in OpenFile()
1637 swap_fd_ = swap_file->Release(); in OpenFile()