Searched refs:swap_file (Results 1 – 1 of 1) sorted by relevance
1632 std::unique_ptr<File> swap_file(OS::CreateEmptyFile(swap_file_name_.c_str())); in OpenFile() local1633 if (swap_file.get() == nullptr) { in OpenFile()1637 swap_fd_ = swap_file->Release(); in OpenFile()