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

/macosx-10.9.5/kext_tools-326.95.1/
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.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c12482 char infoDictPath[PATH_MAX]; local
12531 /* resolveToBase */ true, infoDictPath)) {
12537 if (0 != stat(infoDictPath, &statbuf)) {
12547 fd = open(infoDictPath, O_RDONLY);

Completed in 225 milliseconds