Home | History | Annotate | Download | only in test

Lines Matching refs:FILE

5 open(FILE, "> $ARGV[1]");
6 print FILE "// This file is auto generated using the following command.\n";
7 print FILE "// Do not modify.\n";
8 print FILE "// \t./jstocstring.pl $ARGV[0] $ARGV[1]\n";
9 print FILE "#ifndef PROXY_TEST_SCRIPT_H_\n";
10 print FILE "#define PROXY_TEST_SCRIPT_H_\n\n";
17 print FILE "#define $upper \\\n";
21 print FILE " \"",$_,"\\n\" \\\n";
24 print FILE "\n"
26 print FILE "#endif //PROXY_TEST_SCRIPT_H_\n";
27 close(FILE);