Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h894 …static bool copyUserExecutablePath(const OSSymbol * bundleID, char * pathResult, si…
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4675 bool ok = OSKext::copyUserExecutablePath(bundleID, execPath, sizeof(execPath)); in serviceAttach()
/xnu-11215/libkern/c++/
H A DOSKext.cpp12688 OSKext::copyUserExecutablePath(const OSSymbol * bundleID, char * pathResult, size_t pathSize) function in OSKext