Searched refs:creatorName (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp2569 OSString * creatorName = IOCopyLogNameForPID(proc_selfpid()); local
2570 if (creatorName)
2572 client->setProperty(kIOUserClientCreatorKey, creatorName);
2573 creatorName->release();

Completed in 75 milliseconds