Searched refs:sld_fd (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/
H A Dimx8mimage.c487 int hdmi_fd, ap_fd, sld_fd; local
591 sld_fd = open(sld_img, O_RDONLY | O_BINARY);
592 if (sld_fd < 0) {
598 if (fstat(sld_fd, &sbuf) < 0) {
604 close(sld_fd);

Completed in 38 milliseconds