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

  /external/scapy/scapy/
plist.py 433 filename = get_temp_file(autoext=".ps")
447 filename = get_temp_file(autoext=".pdf")
utils.py 35 def get_temp_file(keep=False, autoext=""):
40 fname = tempfile.NamedTemporaryFile(prefix="scapy", suffix=autoext,
504 target = get_temp_file(autoext="."+format)
    [all...]
packet.py 498 fname = get_temp_file(autoext=".eps")
516 fname = get_temp_file(autoext=".pdf")
    [all...]

Completed in 96 milliseconds