Searched refs:nextSlash (Results 1 – 1 of 1) sorted by relevance
1554 const char* nextSlash; in scanAndMergeZipLocked() local1560 nextSlash = strchr(cp, '/'); in scanAndMergeZipLocked()1562 if (nextSlash == NULL) { in scanAndMergeZipLocked()1574 String8 subdirName(cp, nextSlash - cp); in scanAndMergeZipLocked()