Searched refs:chp (Results 1 – 2 of 2) sorted by relevance
4298 char *chp = const_cast<char *> (path); in create_parent_dirs() local4301 if (chp[0] == '/') in create_parent_dirs()4302 chp++; in create_parent_dirs()4306 while (chp && chp[0]) { in create_parent_dirs()4307 chp = strchr(chp, '/'); in create_parent_dirs()4308 if (chp) { in create_parent_dirs()4309 *chp = 0; in create_parent_dirs()4318 *chp++ = '/'; in create_parent_dirs()
1167 jchar* chp = buffer; in NewStringLatin1() local1169 *chp++ = *bytes++; in NewStringLatin1()