Home
last modified time | relevance | path

Searched refs:autoext (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/
Dplist.py433 filename = get_temp_file(autoext=".ps")
447 filename = get_temp_file(autoext=".pdf")
Dutils.py35 def get_temp_file(keep=False, autoext=""): argument
40 fname = tempfile.NamedTemporaryFile(prefix="scapy", suffix=autoext,
504 target = get_temp_file(autoext="."+format)
Dpacket.py498 fname = get_temp_file(autoext=".eps")
516 fname = get_temp_file(autoext=".pdf")
/external/scapy/test/
Dregression.uts200 tmpfile = get_temp_file(autoext=".ut")