Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc541 app_image_fd_(File::kInvalidFd), in Dex2Oat()
653 if (app_image_fd_ != -1 || !app_image_file_name_.empty()) { in ProcessOptions()
1069 AssignIfExists(args, M::AppImageFileFd, &app_image_fd_); in ParseArgs()
2433 int image_fd = dex2oat.IsAppImage() ? dex2oat.app_image_fd_ : dex2oat.image_fd_; in ScopedDex2oatReporting()
2752 if (app_image_fd_ != -1) { in CreateImageFile()
2753 image_filenames_.push_back(StringPrintf("FileDescriptor[%d]", app_image_fd_)); in CreateImageFile()
2762 if (!image_writer_->Write(IsAppImage() ? app_image_fd_ : image_fd_, in CreateImageFile()
2961 int app_image_fd_; member in art::Dex2Oat