Searched refs:after_drive (Results 1 – 2 of 2) sorted by relevance
/external/chromium/googleurl/src/ |
D | url_canon_fileurl.cc | 86 int after_drive; in DoFileCanonicalizePath() local 88 after_drive = FileDoDriveSpec(spec, path.begin, path.end(), output); in DoFileCanonicalizePath() 90 after_drive = path.begin; in DoFileCanonicalizePath() 96 if (after_drive < path.end()) { in DoFileCanonicalizePath() 101 url_parse::MakeRange(after_drive, path.end()); in DoFileCanonicalizePath()
|
D | url_canon_internal_file.h | 141 int after_drive = FileDoDriveSpec(source.path, parsed.path.begin, in DoCanonicalizeFileURL() local 145 FileDoPath<CHAR, UCHAR>(source.path, after_drive, parsed.path.end(), output); in DoCanonicalizeFileURL()
|