Home
last modified time | relevance | path

Searched defs:output_file_path (Results 1 – 2 of 2) sorted by relevance

/test/vts/testcases/template/gtest_binary_test/
Dgtest_test_case.py40 output_file_path=None, argument
70 def output_file_path(self): member in GtestTestCase
80 def output_file_path(self, output_file_path): argument
/test/vts/compilation_tools/vtsc/code_gen/
DCodeGenBase.cpp72 const char* output_file_path, in TranslateToFile()