Searched defs:get_temp_file (Results 1 – 4 of 4) sorted by relevance
/external/trace-cmd/tracecmd/ |
D | trace-split.c | 466 static char *get_temp_file(const char *output_file, const char *name, int cpu) in get_temp_file() function
|
D | trace-listen.c | 63 static char *get_temp_file(const char *host, const char *port, int cpu) in get_temp_file() function
|
D | trace-record.c | 527 static char *get_temp_file(struct buffer_instance *instance, int cpu) in get_temp_file() function
|
/external/scapy/scapy/ |
D | utils.py | 185 def get_temp_file(keep, autoext, fd): function 191 def get_temp_file(keep=False, autoext="", fd=False): function 196 def get_temp_file(keep=False, autoext="", fd=False): function
|