Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc812 swap_fd_(kInvalidFd), in Dex2Oat()
1327 AssignIfExists(args, M::SwapFileFd, &swap_fd_); in ParseArgs()
1615 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()
1621 swap_fd_ = swap_file->Release(); in OpenFile()
1917 if (swap_fd_ != -1) { in Setup()
1919 close(swap_fd_); in Setup()
1920 swap_fd_ = -1; in Setup()
2076 swap_fd_)); in Compile()
3064 int swap_fd_; member in art::Dex2Oat