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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkext1_file.c171 CFURLRef infoDictURL = NULL; // must release local
202 infoDictURL = _CFBundleCopyInfoPlistURL(kextBundle);
203 if (!infoDictURL) {
215 if (!CFURLGetFileSystemRepresentation(infoDictURL,
263 SAFE_RELEASE(infoDictURL);
H A Dkextfind_commands.c602 CFURLRef infoDictURL = NULL; // must release local
622 infoDictURL = _CFBundleCopyInfoPlistURL(kextBundle);
623 if (!infoDictURL) {
631 result = copyAdjustedPathForURL(theKext, infoDictURL, pathSpec);
634 SAFE_RELEASE(infoDictURL);
H A Dkextfind_query.c1705 CFURLRef infoDictURL = NULL; // must release local
1753 infoDictURL = _CFBundleCopyInfoPlistURL(kextBundle);
1754 if (infoDictURL) {
1755 infoDictPath = CFURLCopyFileSystemPath(infoDictURL, kCFURLPOSIXPathStyle);
1828 SAFE_RELEASE(infoDictURL);
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c12472 CFURLRef infoDictURL = NULL; // must release local
12519 infoDictURL = _CFBundleCopyInfoPlistURL(kextBundle);
12521 if (!infoDictURL) {
12530 if (!__OSKextGetFileSystemPath(/* kext */ NULL, infoDictURL,
12534 kOSKextDiagnosticURLConversionKey, infoDictURL, /* note */ NULL);
12540 kOSKextDiagnosticFileNotFoundKey, infoDictURL, /* note */ NULL);
12543 kOSKextDiagnosticStatFailureKey, infoDictURL, /* note */ NULL);
12550 kOSKextDiagnosticFileAccessKey, infoDictURL, /* note */ NULL);
12605 SAFE_RELEASE(infoDictURL);

Completed in 97 milliseconds