Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/
Dmultihal.cpp466 static void get_so_paths(std::vector<char*> *so_paths) { in get_so_paths() argument
489 so_paths->push_back(compact_line); in get_so_paths()
511 std::vector<char*> *so_paths = new std::vector<char*>(); in lazy_init_modules() local
512 get_so_paths(so_paths); in lazy_init_modules()
518 for (std::vector<char*>::iterator it = so_paths->begin(); it != so_paths->end(); it++) { in lazy_init_modules()