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

/bionic/linker/
H A Dlinker_environ.cpp79 const int MAX_ENV_LEN = 32*4096; local
88 while (pos < MAX_ENV_LEN) {
98 // Check that it's smaller than MAX_ENV_LEN (to detect non-zero terminated strings).
99 if (pos >= MAX_ENV_LEN) {

Completed in 41 milliseconds