Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp2423 size_t needed_libraries_count = 0; local
2427 ++needed_libraries_count;
2432 ++needed_libraries_count;
2435 const char* needed_library_names[needed_libraries_count];
2436 soinfo* needed_library_si[needed_libraries_count];
2439 needed_library_name_list.copy_to_array(needed_library_names, needed_libraries_count);
2441 …if (needed_libraries_count > 0 && !find_libraries(needed_library_names, needed_libraries_count, ne…
2446 for (size_t i = 0; i<needed_libraries_count; ++i) {