Lines Matching full:drive
42 // If this FilePath contains a drive letter specification, returns the
43 // position of the last character of the drive letter specification,
83 // Look for a separator right after the drive specification.
248 // Capture drive letter, if any.
280 // comparisions must be case sensitive, but drive letters are
314 // The drive letter, if any, always needs to remain in the output. If there
315 // is no drive letter, as will always be the case on platforms which do not
316 // support drive letters, letter will be npos, or -1, so the comparisons and
331 // path_ is in "//" (possibly with a drive letter); leave the double
350 // The drive letter, if any, is always stripped.
512 // Don't append a separator if the path is just a drive letter.
1300 // If there is no drive letter, start will be 1, which will prevent stripping
1301 // the leading separator if there is only one separator. If there is a drive
1303 // separator following the drive letter, if a separator immediately follows
1304 // the drive letter.