Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp6564 const char * endOrgCStr; in launchUserServer() local
6568 (endOrgCStr = strchr(bundleIDCStr, '.')) && (endOrgCStr = strchr(endOrgCStr + 1, '.')); in launchUserServer()
6569 …reuseIfExists = endOrgCStr && (0 == strncmp(bundleIDCStr, serverNameCStr, endOrgCStr + 1 - bundleI… in launchUserServer()