Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/
Dtest_bcc_debuginfo.pl36 my $output_file = "$output_dir/$input_filename.gdb.output";
72 system("$debugger $debugger_options > $output_file 2>&1") ;
75 print("$debugger $debugger_options > $output_file 2>&1\n") ;
80 system("$filecheck_tool", "-input-file", "$output_file", "$testcase_file");
83 print("$debugger $debugger_options > $output_file 2>&1\n") ;
85 print "$filecheck_tool -input-file $output_file $testcase_file\n";
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp154 OutputFile output_file(pOutputPath, in compileScript() local
157 if (output_file.hasError()) { in compileScript()
159 output_file.getErrorMessage().c_str()); in compileScript()
192 mCompiler.compile(pScript, output_file, IRStream); in compileScript()