Searched refs:execPath (Results 1 – 1 of 1) sorted by relevance
4612 char execPath[1024]; in serviceAttach() local4674 execPath[0] = 0; in serviceAttach()4675 bool ok = OSKext::copyUserExecutablePath(bundleID, execPath, sizeof(execPath)); in serviceAttach()4677 ret = LoadModule(execPath); in serviceAttach()4679 DKLOG("%s::LoadModule 0x%x %s\n", getName(), ret, execPath); in serviceAttach()