Home | History | Annotate | Download | only in plat-riscos

Lines Matching full:drive

57   split filing system name (including special field) and drive specifier from rest
80 r= len(p) # find end of drive name (if any) following FS name (if any)
96 not make a path absolute, but a drive name or number does, and so does using the
102 (fs, drive, path)= _split(p)
103 return drive!='' or path[:1] in _roots
113 (fs, drive, path)= _split(b)
114 if j=='' or fs!='' or drive!='' or path[:1] in _roots:
128 (fs, drive, path)= _split(p)
131 return (fs+drive+path[:q], path[q+1:])
149 Split a pathname into a drive specification (including FS name) and the rest of
150 the path. The terminating dot of the drive name is included in the drive
153 (fs, drive, path)= _split(p)
154 return (fs+drive, p)
279 (fs, drive, path)= _split(p)
331 (fs, drive, path)= _split(p)
349 return fs+drive+rhs