Searched defs:outFileName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c139 const char *outFileName; local
195 outFileName = argv[++i];
197 /* Increment i to the cmd line arg after outFileName */
201 outFileName = argv[1];
605 out = fopen(outFileName, "wb");

Completed in 44 milliseconds