Searched refs:swap_fd_ (Results 1 – 1 of 1) sorted by relevance
543 swap_fd_(File::kInvalidFd), in Dex2Oat()1099 AssignIfExists(args, M::SwapFileFd, &swap_fd_); in ParseArgs()1390 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()1396 swap_fd_ = swap_file->Release(); in OpenFile()1716 if (swap_fd_ != -1) { in Setup()1718 close(swap_fd_); in Setup()1719 swap_fd_ = -1; in Setup()1905 swap_fd_)); in Compile()2966 int swap_fd_; member in art::Dex2Oat