Searched refs:slash (Results 1 – 1 of 1) sorted by relevance
1079 int slash = path.indexOf('/'); in normalize() local1080 if (slash == -1 || colon < slash) { in normalize()