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