Searched refs:path_in_path (Results 1 – 1 of 1) sorted by relevance
154 static bool path_in_path(const char *path, const char *in_path) { in path_in_path() function179 if (path_in_path(path, HAL_LIBRARY_PATH3) && access(path, R_OK) == 0) in hw_module_exists()184 if (path_in_path(path, HAL_LIBRARY_PATH2) && access(path, R_OK) == 0) in hw_module_exists()190 if (path_in_path(path, HAL_LIBRARY_PATH1) && access(path, R_OK) == 0) in hw_module_exists()