Searched refs:get_output_file_path (Results 1 – 3 of 3) sorted by relevance
61 function get_output_file_path { function114 OUT_FILES+=($(get_output_file_path "${target}"))143 OUT_FILES+=($(get_output_file_path "${target}"))
150 self.assertEqual(fp.name, p.execution_trace_observer.get_output_file_path())209 assert fp.name == et.get_output_file_path()299 assert fp.name == et.get_output_file_path()351 assert fp.name == et.get_output_file_path()
912 def get_output_file_path(self) -> str: member in ExecutionTraceObserver