Home
last modified time | relevance | path

Searched refs:xdg_runtime_dir (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c81 const char *xdg_runtime_dir = getenv("XDG_RUNTIME_DIR"); in eal_create_runtime_dir() local
89 if (xdg_runtime_dir != NULL) in eal_create_runtime_dir()
90 directory = xdg_runtime_dir; in eal_create_runtime_dir()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal.c94 const char *xdg_runtime_dir = getenv("XDG_RUNTIME_DIR"); in eal_create_runtime_dir() local
102 if (xdg_runtime_dir != NULL) in eal_create_runtime_dir()
103 directory = xdg_runtime_dir; in eal_create_runtime_dir()