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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c313 char *grub_path = NULL; local
330 grub_path = canonicalize_file_name (path);
331 device_name = grub_guess_root_device (grub_path);
596 free (grub_path);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1727 grub_path = '/' + GRUB2BootLoader.BOOT_GRUB_THEME_SUBDIR + '/' + \
1733 grub_path = grub_path_prefix + grub_path
1737 self._debug('THEME: src=%s, theme=%s, theme_bn=%s, grub_path=%s ',
1738 (source_dir, theme_name, theme_file_basename, grub_path))
1807 return tuple_list, grub_path, os_path
1850 return None, grub_path, os_path

Completed in 32 milliseconds