Home
last modified time | relevance | path

Searched refs:path_in_path (Results 1 – 1 of 1) sorted by relevance

/hardware/libhardware/
Dhardware.c158 static bool __attribute__ ((unused)) path_in_path(const char *path, const char *in_path) { in path_in_path() function
199 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()