Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc666 output_vdex_fd_(-1), in Dex2Oat()
789 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
797 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions()
810 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
1127 AssignIfExists(args, M::OutputVdexFd, &output_vdex_fd_); in ParseArgs()
1282 DCHECK_EQ(output_vdex_fd_, -1); in OpenFile()
1340 DCHECK_NE(output_vdex_fd_, -1); in OpenFile()
1343 DupCloexec(output_vdex_fd_), vdex_location, /* check_usage */ true)); in OpenFile()
1348 if (input_vdex_file_ != nullptr && output_vdex_fd_ == input_vdex_fd_) { in OpenFile()
2757 int output_vdex_fd_; member in art::Dex2Oat