Searched refs:kDefaultLdPaths (Results 1 - 1 of 1) sorted by last modified time

/bionic/linker/
H A Dlinker.cpp91 static const char* const kDefaultLdPaths[] = { variable
736 fd = open_library_on_path(name, kDefaultLdPaths);
894 size_t required_len = strlen(kDefaultLdPaths[0]) + strlen(kDefaultLdPaths[1]) + 2;
899 char* end = stpcpy(buffer, kDefaultLdPaths[0]);
901 strcpy(end + 1, kDefaultLdPaths[1]);

Completed in 40 milliseconds