Home | History | Annotate | Download | only in androidfw

Lines Matching refs:nextSlash

1506             const char* nextSlash;
1512 nextSlash = strchr(cp, '/');
1514 if (nextSlash == NULL) {
1526 String8 subdirName(cp, nextSlash - cp);