Home | History | Annotate | Download | only in compiler

Lines Matching refs:image_fd

170 bool ImageWriter::Write(int image_fd,
173 // If image_fd or oat_fd are not kInvalidFd then we may have empty strings in image_filenames or
176 if (image_fd != kInvalidFd) {
201 if (image_fd != kInvalidFd) {
203 image_file.reset(new File(image_fd, unix_file::kCheckSafeUsage));
210 LOG(ERROR) << "image fd " << image_fd << " name " << image_filename;