Home
last modified time | relevance | path

Searched refs:chp (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp4298 char *chp = const_cast<char *> (path); in create_parent_dirs() local
4301 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()
/frameworks/base/core/jni/
DAndroidRuntime.cpp1167 jchar* chp = buffer; in NewStringLatin1() local
1169 *chp++ = *bytes++; in NewStringLatin1()