Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp3226 size_t needed_libraries_count = 0; local
3231 ++needed_libraries_count;
3237 ++needed_libraries_count;
3240 const char* needed_library_names[needed_libraries_count];
3243 needed_library_name_list.copy_to_array(needed_library_names, needed_libraries_count);
3245 if (needed_libraries_count > 0 &&
3246 !find_libraries(si, needed_library_names, needed_libraries_count, nullptr,
3250 } else if (needed_libraries_count == 0) {