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 def GetRunCommand(self, output_file_path=None, test_name=None): argument
62 def output_file_path(self): member in GtestTestCase
72 def output_file_path(self, output_file_path): member in GtestTestCase
/test/vts/compilation_tools/vtsc/code_gen/
DCodeGenBase.cpp155 const char* output_file_path, in TranslateToFile()