Searched refs:full_path (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.c | 22 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 D | meson.build | 172 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 D | meson.build | 224 lk_args = ['-Wl,/def:' + def_file.full_path()] 230 lk_args = ['-Wl,--version-script=' + mingw_map.full_path()]
|
| /dpdk/app/test/ |
| H A D | meson.build | 494 test_args += ['-d', drv.full_path().split('.a')[0] + '.so']
|