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

/macosx-10.10/kext_tools-384.1.4/
H A Dmkext1_file.c211 /* create and fill infoDictPath
213 char infoDictPath[PATH_MAX]; local
217 (uint8_t *)infoDictPath,
218 sizeof(infoDictPath))) {
225 infoDictPath)) {
229 __func__, infoDictPath);
H A Dkextfind_commands.c648 CFStringRef infoDictPath = NULL; // must release local
651 infoDictPath = copyKextInfoDictionaryPath(theKext, pathSpec);
652 if (!infoDictPath) {
657 infoDictPathCString = createUTF8CStringForCFString(infoDictPath);
668 SAFE_RELEASE(infoDictPath);
H A Dkextfind_query.c1706 CFStringRef infoDictPath = NULL; // must release local
1755 infoDictPath = CFURLCopyFileSystemPath(infoDictURL, kCFURLPOSIXPathStyle);
1764 if (!kextPath || !infoDictPath) {
1781 infoDictPath, CFRangeMake(0, CFStringGetLength(scratch)), 0);
1829 SAFE_RELEASE(infoDictPath);
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c12539 char infoDictPath[PATH_MAX]; local
12588 /* resolveToBase */ true, infoDictPath)) {
12594 if (0 != stat(infoDictPath, &statbuf)) {
12604 fd = open(infoDictPath, O_RDONLY);

Completed in 126 milliseconds