Searched refs:input_filename (Results 1 – 2 of 2) sorted by relevance
32 my $input_filename = basename $testcase_file;35 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";36 my $output_file = "$output_dir/$input_filename.gdb.output";52 $s =~ s/\%s/$input_filename/g;
45 def read_data(input_filename): argument48 with open(input_filename) as f: