Searched refs:nextSlash (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1201 const char* nextSlash; local
1207 nextSlash = strchr(cp, '/');
1209 if (nextSlash == NULL) {
1221 String8 subdirName(cp, nextSlash - cp);

Completed in 104 milliseconds