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