Home
last modified time | relevance | path

Searched refs:tracedir (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_cgitb.py40 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))
Dtest_trace.py390 tracedir = os.path.dirname(os.path.abspath(trace.__file__))
391 tracecoverpath = os.path.join(tracedir, 'trace.cover')
/external/autotest/server/cros/network/
Dchaos_clique_utils.py402 def collect_pcap_info(tracedir, pcap_filename, try_count): argument
410 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)