Searched refs:swap_fd_ (Results 1 – 1 of 1) sorted by relevance
824 swap_fd_(kInvalidFd), in Dex2Oat()1340 AssignIfExists(args, M::SwapFileFd, &swap_fd_); in ParseArgs()1631 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()1637 swap_fd_ = swap_file->Release(); in OpenFile()1933 if (swap_fd_ != -1) { in Setup()1935 close(swap_fd_); in Setup()1936 swap_fd_ = -1; in Setup()2106 swap_fd_)); in Compile()3068 int swap_fd_; member in art::Dex2Oat