Home | History | Annotate | Download | only in androidfw

Lines Matching refs:nextSlash

1547             const char* nextSlash;
1553 nextSlash = strchr(cp, '/');
1555 if (nextSlash == NULL) {
1567 String8 subdirName(cp, nextSlash - cp);