Searched refs:tracedir (Results 1 – 3 of 3) sorted by relevance
40 with temp_dir() as tracedir:44 'raise ValueError("Hello World")') % repr(tracedir),56 with temp_dir() as tracedir:60 'raise ValueError("Hello World")') % repr(tracedir),
447 tracedir = os.path.dirname(os.path.abspath(trace.__file__))448 tracecoverpath = os.path.join(tracedir, 'trace.cover')
340 def collect_pcap_info(tracedir, pcap_filename, try_count): argument348 pcap_file = os.path.join(tracedir, pcap_filename)349 pcap_log_file = os.path.join(tracedir, '%s.log' % pcap_filename)351 debug_dir_path = os.path.join(tracedir, 'debug/%s' % debug_dir)