Searched refs:swap_file_name_ (Results 1 – 1 of 1) sorted by relevance
1098 AssignIfExists(args, M::SwapFile, &swap_file_name_); in ParseArgs()1390 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()1391 std::unique_ptr<File> swap_file(OS::CreateEmptyFile(swap_file_name_.c_str())); in OpenFile()1393 PLOG(ERROR) << "Failed to create swap file: " << swap_file_name_; in OpenFile()1397 unlink(swap_file_name_.c_str()); in OpenFile()2965 std::string swap_file_name_; member in art::Dex2Oat