Home
last modified time | relevance | path

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

/hardware/libhardware/
Dhardware.c41 #define HAL_LIBRARY_PATH3 "/odm/lib64/hw" macro
45 #define HAL_LIBRARY_PATH3 "/odm/lib/hw" macro
178 HAL_LIBRARY_PATH3, name, subname); in hw_module_exists()
179 if (path_in_path(path, HAL_LIBRARY_PATH3) && access(path, R_OK) == 0) in hw_module_exists()