Searched refs:relative_path (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/common/dpaax/ |
| H A D | dpaa_of.c | 19 of_open_dir(const char *relative_path, struct dirent ***d) in of_open_dir() argument 24 snprintf(full_path, PATH_MAX, "%s/%s", base_dir, relative_path); in of_open_dir() 41 of_open_file(const char *relative_path) in of_open_file() argument 46 snprintf(full_path, PATH_MAX, "%s/%s", base_dir, relative_path); in of_open_file() 99 static int process_dir(const char *relative_path, struct dt_dir *dt); 142 process_dir(const char *relative_path, struct dt_dir *dt) in process_dir() argument 150 ret = of_open_dir(relative_path, &d); in process_dir()
|