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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c313 char *host_file; local
324 host_file = grub_xasprintf ("(host)%s", images[i]);
325 if (!host_file)
329 argv[1] = host_file;
335 grub_free (host_file);
H A Dgrub-mount.c337 char *host_file; local
343 host_file = grub_xasprintf ("(host)%s", images[i]);
344 if (!host_file)
348 argv[1] = host_file;
354 grub_free (host_file);

Completed in 17 milliseconds