Searched refs:path_in_path (Results 1 – 1 of 1) sorted by relevance
158 static bool __attribute__ ((unused)) path_in_path(const char *path, const char *in_path) { in path_in_path() function199 if (path_in_path(path, HAL_LIBRARY_PATH3) && access(path, R_OK) == 0) in hw_module_exists()204 if (path_in_path(path, HAL_LIBRARY_PATH2) && access(path, R_OK) == 0) in hw_module_exists()210 if (path_in_path(path, HAL_LIBRARY_PATH1) && access(path, R_OK) == 0) in hw_module_exists()