Searched refs:sub_path (Results 1 – 3 of 3) sorted by relevance
93 ParsedURL::Component sub_path(after_slashes, end - after_slashes); in FileDoPath()94 if (sub_path.len > 0) { in FileDoPath()99 spec, sub_path, output, &fake_output_path); in FileDoPath()
100 url_parse::Component sub_path = in DoFileCanonicalizePath() local103 success = CanonicalizePath(spec, sub_path, output, &fake_output_path); in DoFileCanonicalizePath()
216 for sub_path in sub_paths:217 if path.find(sub_path) > -1: