Searched refs:executableNameCStringAlloced (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dmkextunpack_main.c532 char * executableNameCStringAlloced = NULL; // must free local
658 executableNameCStringAlloced = createUTF8CStringForCFString(executableName);
659 if (!executableNameCStringAlloced) {
664 executableNameCStringAlloced,
679 SAFE_FREE(executableNameCStringAlloced);

Completed in 102 milliseconds