Home
last modified time | relevance | path

Searched defs:get_temp_file (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-listen.c61 static char *get_temp_file(const char *host, const char *port, int cpu) in get_temp_file() function
H A Dtrace-record.c522 static char *get_temp_file(struct buffer_instance *instance, int cpu) in get_temp_file() function
/aosp_15_r20/external/scapy/scapy/
H A Dutils.py35 def get_temp_file(keep=False, autoext=""): function