Searched refs:so_paths (Results 1 – 1 of 1) sorted by relevance
466 static void get_so_paths(std::vector<char*> *so_paths) { in get_so_paths() argument489 so_paths->push_back(compact_line); in get_so_paths()511 std::vector<char*> *so_paths = new std::vector<char*>(); in lazy_init_modules() local512 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()