Home
last modified time | relevance | path

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

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