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

/external/grub/util/
H A Dgrub-set-default24 rootdir=
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
H A Dgrub-set-default.in24 rootdir=
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
78 grubdir=${rootdir}/boot/grub
82 grubdir=${rootdir}/grub
86 echo "No GRUB directory found under ${rootdir}/" 1>&2
H A Dgrub-install.in36 rootdir=
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
285 bootdir=${rootdir}
289 bootdir=${rootdir}/boot
380 root_device=`find_device ${rootdir}`
419 ${grub_set_default} --root-directory=${rootdir} default
H A Dgrub-install36 rootdir=
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
285 bootdir=${rootdir}
289 bootdir=${rootdir}/boot
380 root_device=`find_device ${rootdir}`
419 ${grub_set_default} --root-directory=${rootdir} default
/external/elfutils/src/
H A Dfindtextrel.c107 static const char *rootdir = "/"; variable
185 rootdir = arg;
212 size_t rootdir_len = strlen (rootdir);
214 if (fname[0] == '/' && (rootdir[0] != '/' || rootdir[1] != '\0'))
218 *((char *) mempcpy (stpcpy (mempcpy (new_fname, rootdir, rootdir_len),
369 strcpy (mempcpy (stpcpy (mempcpy (mempcpy (difname, rootdir,
/external/bluetooth/glib/gio/
H A Dglocalfile.c911 wchar_t *rootdir; local
913 rootdir = get_volume_for_path (path);
915 if (rootdir)
920 if (GetVolumeInformationW (rootdir, NULL, 0, NULL, NULL, &flags, NULL, 0))
926 if (GetDriveTypeW (rootdir) == DRIVE_CDROM)
931 g_free (rootdir);

Completed in 226 milliseconds