Home
last modified time | relevance | path

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

/hardware/libhardware/
Dhardware.c39 #define HAL_LIBRARY_PATH1 "/system/lib64/hw" macro
43 #define HAL_LIBRARY_PATH1 "/system/lib/hw" macro
94 strncmp(path, HAL_LIBRARY_PATH1, strlen(HAL_LIBRARY_PATH1)) == 0) { in load()
189 HAL_LIBRARY_PATH1, name, subname); in hw_module_exists()
190 if (path_in_path(path, HAL_LIBRARY_PATH1) && access(path, R_OK) == 0) in hw_module_exists()