HomeSort by relevance Sort by last modified time
    Searched refs:testcase_file (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/
test_debuginfo.pl 17 my $testcase_file = $ARGV[0];
20 my $input_filename = basename $testcase_file;
28 open(INPUT, $testcase_file);
55 system("FileCheck", "-input-file", "$output_file", "$testcase_file");
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 29 my $testcase_file = $ARGV[1];
32 my $input_filename = basename $testcase_file;
45 open(INPUT, $testcase_file);
80 system("$filecheck_tool", "-input-file", "$output_file", "$testcase_file");
85 print "$filecheck_tool -input-file $output_file $testcase_file\n";

Completed in 46 milliseconds