Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp1235 char * nextComp; in getPath() local
1244 nextComp = path; in getPath()
1250 strlcpy( nextComp, plane->nameKey->getCStringNoCopy(), len + 1); in getPath()
1251 nextComp[len++] = ':'; in getPath()
1252 nextComp += len; in getPath()
1260 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1); in getPath()
1285 *nextComp++ = '/'; in getPath()
1286 *nextComp = 0; in getPath()
1295 nextComp = path + len; in getPath()
1300 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1); in getPath()
[all …]