Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc532 output_vdex_fd_(-1), in Dex2Oat()
613 ParseUintOption(option, "--output-vdex-fd", &output_vdex_fd_, Usage); in ParseOutputVdexFd()
729 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
737 if ((output_vdex_fd_ == -1) != (oat_fd_ == -1)) { in ProcessOptions()
750 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
1300 DCHECK_EQ(output_vdex_fd_, -1); in OpenFile()
1356 DCHECK_NE(output_vdex_fd_, -1); in OpenFile()
1358 … std::unique_ptr<File> vdex_file(new File(output_vdex_fd_, vdex_location, /* check_usage */ true)); in OpenFile()
1364 if (input_vdex_file_ != nullptr && output_vdex_fd_ == input_vdex_fd_) { in OpenFile()
2715 int output_vdex_fd_; member in art::FINAL