Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_namespaces.h95 return ld_library_paths_; in get_ld_library_paths()
98 ld_library_paths_ = std::move(library_paths); in set_ld_library_paths()
176 std::vector<std::string> ld_library_paths_; member
Dlinker_namespaces.cpp50 for (const auto& dir : ld_library_paths_) { in is_accessible()