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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c151 char * kext_path = NULL; // must free local
161 kext_path = createUTF8CStringForCFString(kextPath);
162 if (!kext_path) {
179 fprintf(stdout, "%s\t%s\t%s%c", kext_path, bundle_id,
182 fprintf(stdout, "%s%c", kext_path, lineEnd);
187 SAFE_FREE(kext_path);

Completed in 101 milliseconds