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

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h193 OSString * executableRelPath; // relative to bundle member in class:OSKext
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1388 executableRelPath = OSDynamicCast(OSString,
1390 if (executableRelPath) {
1391 executableRelPath->retain();
2246 OSSafeRelease(executableRelPath);
2541 executableRelPath = OSDynamicCast(OSString,
2543 if (executableRelPath) {
2544 executableRelPath->retain();
7916 if (path && executableRelPath) {
7921 executablePathCStringSize = pathLength + executableRelPath->getLength() + 2;
7932 strlcat(executablePathCString, executableRelPath
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c13299 CFStringRef executableRelPath = NULL; // must release local
13404 executableRelPath = __OSKextCopyExecutableRelativePath(aKext);
13405 if (executableRelPath) {
13407 executableRelPath);
13429 SAFE_RELEASE(executableRelPath);
14609 CFStringRef executableRelPath = NULL; // must release local
14772 executableRelPath = __OSKextCopyExecutableRelativePath(aKext);
14773 if (executableRelPath) {
14775 executableRelPath);
14805 SAFE_RELEASE(executableRelPath);
15404 CFStringRef executableRelPath = NULL; // must release local
[all...]

Completed in 227 milliseconds