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

/bionic/linker/
H A Dlinker.cpp77 static const char* const kDefaultLdPaths[] = { variable
1149 for (size_t i = 0; kDefaultLdPaths[i] != nullptr; ++i) {
1151 if (!format_path(buf, sizeof(buf), kDefaultLdPaths[i], name)) {
1653 size_t required_len = strlen(kDefaultLdPaths[0]) + strlen(kDefaultLdPaths[1]) + 2;
1658 char* end = stpcpy(buffer, kDefaultLdPaths[0]);
1660 strcpy(end + 1, kDefaultLdPaths[1]);

Completed in 7 milliseconds