Home
last modified time | relevance | path

Searched refs:swap_fd_ (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc540 swap_fd_(File::kInvalidFd), in Dex2Oat()
1064 AssignIfExists(args, M::SwapFileFd, &swap_fd_); in ParseArgs()
1369 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()
1375 swap_fd_ = swap_file->Release(); in OpenFile()
1685 if (swap_fd_ != -1) { in Setup()
1687 close(swap_fd_); in Setup()
1688 swap_fd_ = -1; in Setup()
1897 swap_fd_)); in Compile()
2956 int swap_fd_; member in art::Dex2Oat