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

/frameworks/compile/slang/
H A Dslang-data.c14 char const *outfile_name = argv[2]; local
24 FILE *outfile = fopen(outfile_name, "w");
27 fprintf(stderr, "Uanble to open output file: %s\n", outfile_name);

Completed in 19 milliseconds