Home | History | Annotate | Download | only in oo

Lines Matching defs:cp

658     char* cp;
674 for (cp = mangle; *cp != '\0'; cp++) {
675 if (*cp == ':') { /* separates two entries */
677 *cp = '\0';
680 end = cp;
695 cp = mangle;
697 while (cp < end) {
698 if (*cp == '\0') {
702 dvmPathToAbsolutePortion(cp) == NULL) {
703 ALOGE("Non-absolute bootclasspath entry '%s'", cp);
711 tmp.fileName = strdup(cp);
732 cp += strlen(cp) +1;