Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/dpaax/
H A Ddpaa_of.c22 char full_path[PATH_MAX]; in of_open_dir() local
24 snprintf(full_path, PATH_MAX, "%s/%s", base_dir, relative_path); in of_open_dir()
25 ret = scandir(full_path, d, 0, versionsort); in of_open_dir()
28 full_path); in of_open_dir()
44 char full_path[PATH_MAX]; in of_open_file() local
46 snprintf(full_path, PATH_MAX, "%s/%s", base_dir, relative_path); in of_open_file()
47 ret = open(full_path, O_RDONLY); in of_open_file()
50 full_path); in of_open_file()
/dpdk/drivers/
H A Dmeson.build172 command: [pmdinfo, tmp_lib.full_path(), '@OUTPUT@', pmdinfogen],
202 lk_args = ['-Wl,/def:' + def_file.full_path()]
207 lk_args = ['-Wl,--version-script=' + mingw_map.full_path()]
/dpdk/lib/
H A Dmeson.build224 lk_args = ['-Wl,/def:' + def_file.full_path()]
230 lk_args = ['-Wl,--version-script=' + mingw_map.full_path()]
/dpdk/app/test/
H A Dmeson.build494 test_args += ['-d', drv.full_path().split('.a')[0] + '.so']