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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-setup.c153 char *boot_path, *core_path, *core_path_dev, *core_path_dev_full; local
237 core_path = grub_util_get_path (dir, core_file);
238 core_size = grub_util_get_image_size (core_path);
242 grub_util_error (_("the size of `%s' is too small"), core_path);
245 grub_util_error (_("the size of `%s' is too large"), core_path);
248 core_img = grub_util_read_image (core_path);
806 grub_util_info ("opening the core image `%s'", core_path);
807 fp = fopen (core_path, "r+b");
809 grub_util_error (_("cannot open `%s'"), core_path);
830 free (core_path);
[all...]

Completed in 32 milliseconds