Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc803 output_vdex_fd_(-1), in Dex2Oat()
949 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
957 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions()
974 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
1322 AssignIfExists(args, M::OutputVdexFd, &output_vdex_fd_); in ParseArgs()
1489 DCHECK_EQ(output_vdex_fd_, -1); in OpenFile()
1547 DCHECK_NE(output_vdex_fd_, -1); in OpenFile()
1550 DupCloexec(output_vdex_fd_), vdex_location, /* check_usage */ true)); in OpenFile()
1555 if (input_vdex_file_ != nullptr && output_vdex_fd_ == input_vdex_fd_) { in OpenFile()
3026 int output_vdex_fd_; member in art::Dex2Oat