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

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

Completed in 38 milliseconds