Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 4 of 4) sorted by relevance

/dpdk/usertools/
H A Ddpdk-telemetry-client.py48 …def getFilepath(self, file_path): # Gets arguments from Command-Line and assigns to instance of cl… argument
118 file_path = "" variable
120 file_path = sys.argv[1] variable
123 file_path = DEFAULT_FP variable
/dpdk/kernel/linux/kni/
H A Dmeson.build7 file_path = kernel_source_dir + '/include/linux/netdevice.h' variable
/dpdk/app/test/
H A Dtest_eal_flags.c223 char file_path[PATH_MAX] = {0}; in process_hugefiles() local
/dpdk/app/test-pmd/
H A Dconfig.c6162 open_file(const char *file_path, uint32_t *size) in open_file()
6215 save_file(const char *file_path, uint8_t *buf, uint32_t size) in save_file()