Searched refs:nextSlash (Results 1 – 1 of 1) sorted by relevance
1547 const char* nextSlash; in scanAndMergeZipLocked() local1553 nextSlash = strchr(cp, '/'); in scanAndMergeZipLocked()1555 if (nextSlash == NULL) { in scanAndMergeZipLocked()1567 String8 subdirName(cp, nextSlash - cp); in scanAndMergeZipLocked()