Home | History | Annotate | Download | only in androidfw

Lines Matching refs:nextSlash

1554             const char* nextSlash;
1560 nextSlash = strchr(cp, '/');
1562 nextSlash == NULL) {
1574 String8 subdirName(cp, nextSlash - cp);