Searched refs:get_ld_library_paths (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/linker/ |
H A D | linker_namespaces.h | 91 const std::vector<std::string>& get_ld_library_paths() const { in get_ld_library_paths() function
|
H A D | linker.cpp | 1021 …int fd = open_library_on_paths(zip_archive_cache, name, file_offset, ns->get_ld_library_paths(), r… in open_library() 1225 android::base::Join(ns->get_ld_library_paths(), ':').c_str(), in load_library() 2432 std::copy(parent_namespace->get_ld_library_paths().begin(), in create_namespace() 2433 parent_namespace->get_ld_library_paths().end(), in create_namespace() 2464 android::base::Join(ns->get_ld_library_paths(), ':').c_str(), in create_namespace()
|