Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp3240 const char* needed_library_names[needed_libraries_count]; local
3242 memset(needed_library_names, 0, sizeof(needed_library_names));
3243 needed_library_name_list.copy_to_array(needed_library_names, needed_libraries_count);
3246 !find_libraries(si, needed_library_names, needed_libraries_count, nullptr,