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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dmkextunpack_main.c127 const char * mkextFile = NULL; local
194 mkextFile = argv[0];
203 if (!mkextFile) {
233 if (stat(mkextFile, &stat_buf) < 0) {
234 fprintf(stderr, "can't stat file %s\n", mkextFile);
239 if (access(mkextFile, R_OK) == -1) {
241 mkextFile);
246 mkextFileFD = open(mkextFile, O_RDONLY, 0);
248 fprintf(stderr, "can't open file %s\n", mkextFile);
255 mkextFile);
[all...]

Completed in 98 milliseconds