Home
last modified time | relevance | path

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

/hardware/libhardware/
Dhardware.c40 #define HAL_LIBRARY_PATH2 "/vendor/lib64/hw" macro
44 #define HAL_LIBRARY_PATH2 "/vendor/lib/hw" macro
183 HAL_LIBRARY_PATH2, name, subname); in hw_module_exists()
184 if (path_in_path(path, HAL_LIBRARY_PATH2) && access(path, R_OK) == 0) in hw_module_exists()