Searched refs:sonames (Results 1 – 1 of 1) sorted by relevance
2560 std::vector<std::string> sonames = android::base::Split(shared_lib_sonames, ":"); in link_namespaces() local2561 std::unordered_set<std::string> sonames_set(std::make_move_iterator(sonames.begin()), in link_namespaces()2562 std::make_move_iterator(sonames.end())); in link_namespaces()