HomeSort by relevance Sort by last modified time
    Searched refs:img_file (Results 1 - 3 of 3) sorted by null

  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 59 char *img_file = NULL; local
75 img_file = optarg;
86 if (!img_file || !layout_conf) {
98 if (stat(img_file, &filestat)) {
111 if (!(*dinfo = load_diskconfig(layout_conf, img_file))) {
  /external/grub/util/
grub-install.in 35 img_file=/tmp/grub-install.img.$$
422 test -n "$mkimg" && img_file=`$mkimg`
430 dump ${root_drive}${tmp} ${img_file}
435 elif cmp $file $img_file >/dev/null; then
447 rm -f $img_file
grub-install 35 img_file=/tmp/grub-install.img.$$
422 test -n "$mkimg" && img_file=`$mkimg`
430 dump ${root_drive}${tmp} ${img_file}
435 elif cmp $file $img_file >/dev/null; then
447 rm -f $img_file

Completed in 113 milliseconds