Searched refs:file_to_find (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/ |
D | wcnss_service.c | 232 void find_full_path(char *cur_dir, char *file_to_find, char *full_path) in find_full_path() argument 256 file_to_find, full_path); in find_full_path() 258 } else if (!strcmp(file_to_find, dr->d_name)) { in find_full_path() 261 cwd, file_to_find); in find_full_path()
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 261 void find_full_path(char *cur_dir, char *file_to_find, char *full_path) in find_full_path() argument 285 file_to_find, full_path); in find_full_path() 287 } else if (!strcmp(file_to_find, dr->d_name)) { in find_full_path() 290 cwd, file_to_find); in find_full_path()
|