HomeSort by relevance Sort by last modified time
    Searched refs:tracedir (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_cgitb.py 40 with temp_dir() as tracedir:
44 'raise ValueError("Hello World")') % repr(tracedir))
54 with temp_dir() as tracedir:
58 'raise ValueError("Hello World")') % repr(tracedir))
  /external/autotest/server/cros/network/
chaos_clique_utils.py 388 def collect_pcap_info(tracedir, pcap_filename, try_count):
391 @param tracedir: string name of the directory that has the trace files.
396 pcap_file = os.path.join(tracedir, pcap_filename)
397 pcap_log_file = os.path.join(tracedir, '%s.log' % pcap_filename)
399 debug_dir_path = os.path.join(tracedir, 'debug/%s' % debug_dir)

Completed in 86 milliseconds