Home
last modified time | relevance | path

Searched refs:output_file_path (Results 1 – 3 of 3) sorted by relevance

/test/vts/testcases/template/gtest_binary_test/
Dgtest_test_case.py40 output_file_path=None, argument
57 if output_file_path:
58 self.output_file_path = output_file_path
65 output_file_path=self.output_file_path),
67 output=self.output_file_path)]
70 def output_file_path(self): member in GtestTestCase
74 self.output_file_path = '{directory}/gtest_output_{name}.xml'.format(
79 @output_file_path.setter
80 def output_file_path(self, output_file_path): argument
90 output_file_path = path_utils.TargetNormPath(output_file_path.strip())
[all …]
/test/vts/compilation_tools/vtsc/code_gen/
DCodeGenBase.cpp72 const char* output_file_path, in TranslateToFile() argument
74 string output_cpp_file_path_str = string(output_file_path); in TranslateToFile()
88 FILE* output_file = fopen(output_file_path, "w+"); in TranslateToFile()
90 cerr << __func__ << " could not open file " << output_file_path << endl; in TranslateToFile()
DCodeGenBase.h81 const char* output_file_path,