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