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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1491 const char* nextSlash; local
1497 nextSlash = strchr(cp, '/');
1499 if (nextSlash == NULL) {
1511 String8 subdirName(cp, nextSlash - cp);

Completed in 51 milliseconds