Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1063 AssignIfExists(args, M::SwapFile, &swap_file_name_); in ParseArgs()
1369 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()
1370 std::unique_ptr<File> swap_file(OS::CreateEmptyFile(swap_file_name_.c_str())); in OpenFile()
1372 PLOG(ERROR) << "Failed to create swap file: " << swap_file_name_; in OpenFile()
1376 unlink(swap_file_name_.c_str()); in OpenFile()
2955 std::string swap_file_name_; member in art::Dex2Oat