Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_namespaces.h77 const std::vector<std::string>& get_ld_library_paths() const { in get_ld_library_paths() function
Dlinker.cpp1068 …int fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_ld_library_paths(), r… in open_library()
1238 android::base::Join(ns->get_ld_library_paths(), ':').c_str(), in load_library()
2192 std::copy(parent_namespace->get_ld_library_paths().begin(), in create_namespace()
2193 parent_namespace->get_ld_library_paths().end(), in create_namespace()