Searched refs:LDPATH_MAX (Results 1 - 1 of 1) sorted by path

/bionic/linker/
H A Dlinker.cpp102 #define LDPATH_BUFSIZE (LDPATH_MAX*64)
103 #define LDPATH_MAX 8 macro
109 static const char* g_ld_library_paths[LDPATH_MAX + 1];
378 g_ld_library_paths_buffer, sizeof(g_ld_library_paths_buffer), LDPATH_MAX);

Completed in 1078 milliseconds