Home | History | Annotate | Download | only in tests

Lines Matching full:drive

31 #  (4) D:some/path  - path relative to current directory on Win32 drive (paths
33 # (5) \some/path - path from root directory on current Win32 drive (*)
48 # control on Win32 current drive and Win32 current path on specific drive.
165 # Returns Win32 current drive letter with colon.
172 warn "Can't determine current Win32 drive letter.\n";
184 # drive letter ('c'), second optional parameter is path relative to drive's
210 # Path is single drive with colon. (C:)
219 # Path is a directory or filename on Win32 current drive or relative
220 # path on current directory on specific Win32 drive.
233 # directory on Win32 current drive or capitalize drive letter.
269 # Capitalize drive letter for Win32 paths.
313 # Path is single drive with colon or relative path on Win32 drive.
316 # Get specified drive letter
360 # Path is directory or filename on Win32 current drive. ('\Windows')
365 # Combine drive and path.
425 # Path is single drive with colon or relative path on Win32 drive.
428 # Get specified drive letter
472 # 'cygpath' removes last slash if path is root dir on Win32 drive.
492 # Path is directory or filename on Win32 current drive. ('\Windows')
497 # Combine drive and path.
553 # Check whether path starts from Win32 drive. ('C:path' or 'C:\path')
557 # Process path separately from drive letter.
627 # drive letter ('c'), second optional parameter is path relative to drive's
633 # Get current directory on specified drive.
637 warn "Can't determine Win32 current directory on drive $drv:.\n";
642 # Current directory on drive is not set, default is
648 # Current directory on drive was set.
677 # RE to find Win32 drive letter
682 # Check path whether path is Win32 directly mapped drive and try to
683 # transform it assuming that drive letter is matched to Win32 drive letter.
744 # 'cygpath' removes last slash if path is root dir on Win32 drive.