Searched refs:nextSlash (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ | ||
H A D | AssetManager.cpp | 1506 const char* nextSlash; local 1512 nextSlash = strchr(cp, '/'); 1514 if (nextSlash == NULL) { 1526 String8 subdirName(cp, nextSlash - cp); |
Completed in 49 milliseconds