Searched refs:image_fd_ (Results 1 – 1 of 1) sorted by relevance
795 image_fd_(-1), in Dex2Oat()907 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()921 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()946 if ((image_fd_ != -1) && (oat_fd_ == -1)) { in ProcessOptions()1038 if (image_fd_ != -1 && multi_image_) { in ProcessOptions()1161 if (image_fd_ == -1) { in ExpandOatAndImageFilenames()1305 AssignIfExists(args, M::ImageFd, &image_fd_); in ParseArgs()2867 if (image_fd_ != -1) { in CreateImageFile()2869 image_filenames_.push_back(StringPrintf("FileDescriptor[%d]", image_fd_)); in CreateImageFile()2871 if (!image_writer_->Write(IsAppImage() ? app_image_fd_ : image_fd_, in CreateImageFile()[all …]