Searched refs:slash1 (Results 1 – 2 of 2) sorted by relevance
281 const char *slash1 = strchr(desc, '/'); in ParseFormatDesc() local282 CHECK(slash1 != NULL); in ParseFormatDesc()284 const char *s = slash1 + 1; in ParseFormatDesc()
1665 int slash1 = path1.lastIndexOf('/', end1 - 1);1669 int start1 = (slash1 > backSlash1 ? slash1 : backSlash1);