Searched refs:nextSlash (Results 1 – 1 of 1) sorted by relevance
1201 const char* nextSlash; in scanAndMergeZipLocked() local1207 nextSlash = strchr(cp, '/'); in scanAndMergeZipLocked()1209 if (nextSlash == NULL) { in scanAndMergeZipLocked()1221 String8 subdirName(cp, nextSlash - cp); in scanAndMergeZipLocked()