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

/art/dex2oat/
H A Ddex2oat.cc560 app_image_fd_(kInvalidFd),
715 compiler_options_->app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty();
1234 ParseUintOption(option, "--app-image-fd", &app_image_fd_, Usage);
2520 if (!image_writer_->Write(app_image_fd_,
2772 int app_image_fd_; member in class:art::FINAL

Completed in 27 milliseconds