Searched refs:image_fd_ (Results 1 – 1 of 1) sorted by relevance
807 image_fd_(-1), in Dex2Oat()923 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()937 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()962 if ((image_fd_ != -1) && (oat_fd_ == -1)) { in ProcessOptions()1054 if (image_fd_ != -1 && multi_image_) { in ProcessOptions()1177 if (image_fd_ == -1) { in ExpandOatAndImageFilenames()1318 AssignIfExists(args, M::ImageFd, &image_fd_); in ParseArgs()2871 if (image_fd_ != -1) { in CreateImageFile()2873 image_filenames_.push_back(StringPrintf("FileDescriptor[%d]", image_fd_)); in CreateImageFile()2875 if (!image_writer_->Write(IsAppImage() ? app_image_fd_ : image_fd_, in CreateImageFile()[all …]