Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp1250 OSBoundedPtr<char> nextComp; in getPath() local
1261 nextComp = OSBoundedPtr<char>(path, path, path + init_length); in getPath()
1267 strlcpy( nextComp.discard_bounds(), plane->nameKey->getCStringNoCopy(), len + 1); in getPath()
1268 nextComp[len++] = ':'; in getPath()
1269 nextComp += len; in getPath()
1277 strlcpy( nextComp.discard_bounds(), alias->getCStringNoCopy(), aliasLen + 1); in getPath()
1302 *nextComp++ = '/'; in getPath()
1303 *nextComp = 0; in getPath()
1313 nextComp = OSBoundedPtr<char>(path + len, path, path + init_length); in getPath()
1326 *nextComp = '/'; in getPath()
[all …]