Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp93 static const char* const kDefaultLdPaths[] = { variable
763 fd = open_library_on_path(name, kDefaultLdPaths); in open_library()
1025 size_t required_len = strlen(kDefaultLdPaths[0]) + strlen(kDefaultLdPaths[1]) + 2; in do_android_get_LD_LIBRARY_PATH()
1030 char* end = stpcpy(buffer, kDefaultLdPaths[0]); in do_android_get_LD_LIBRARY_PATH()
1032 strcpy(end + 1, kDefaultLdPaths[1]); in do_android_get_LD_LIBRARY_PATH()