Searched defs:winpath (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c728 char fullpath[PATH_MAX], winpath[PATH_MAX]; local
730 cygwin_conv_to_full_win32_path (fullpath, winpath);
733 if (strcmp (fullpath, winpath) == 0)
737 if (winpath[0] && winpath[1] == ':' && strchr ("AaBb", winpath[0]))
738 return xstrdup (strchr ("Aa", winpath[0]) ? "/dev/fd0" : "/dev/fd1");
1549 char winpath[PATH_MAX]; local
1550 if (cygwin_conv_path (CCP_POSIX_TO_WIN_A, path, winpath, sizeof(winpath)))
[all...]

Completed in 19 milliseconds