Searched refs:tracedir (Results 1 – 3 of 3) sorted by relevance
40 with temp_dir() as tracedir:44 'raise ValueError("Hello World")') % repr(tracedir))55 with temp_dir() as tracedir:59 'raise ValueError("Hello World")') % repr(tracedir))
390 tracedir = os.path.dirname(os.path.abspath(trace.__file__))391 tracecoverpath = os.path.join(tracedir, 'trace.cover')
402 def collect_pcap_info(tracedir, pcap_filename, try_count): argument410 pcap_file = os.path.join(tracedir, pcap_filename)411 pcap_log_file = os.path.join(tracedir, '%s.log' % pcap_filename)413 debug_dir_path = os.path.join(tracedir, 'debug/%s' % debug_dir)