Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc523 image_fd_(-1), in Dex2Oat()
646 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()
660 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()
685 if ((image_fd_ != -1) && (oat_fd_ == -1)) { in ProcessOptions()
778 if (image_fd_ != -1 && multi_image_) { in ProcessOptions()
901 if (image_fd_ == -1) { in ExpandOatAndImageFilenames()
1042 AssignIfExists(args, M::ImageFd, &image_fd_); in ParseArgs()
2433 int image_fd = dex2oat.IsAppImage() ? dex2oat.app_image_fd_ : dex2oat.image_fd_; in ScopedDex2oatReporting()
2758 if (image_fd_ != -1) { in CreateImageFile()
2760 image_filenames_.push_back(StringPrintf("FileDescriptor[%d]", image_fd_)); in CreateImageFile()
[all …]