Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp4186 const char* ldpath_env = nullptr; local
4189 ldpath_env = getenv("LD_LIBRARY_PATH");
4190 if (ldpath_env != nullptr) {
4191 INFO("[ LD_LIBRARY_PATH set to \"%s\" ]", ldpath_env);
4250 parse_LD_LIBRARY_PATH(ldpath_env);