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

/bionic/libc/bionic/
H A Dlibc_init_common.cpp208 const int MAX_ENV_LEN = 32*4096; local
217 while (pos < MAX_ENV_LEN) {
227 // Check that it's smaller than MAX_ENV_LEN (to detect non-zero terminated strings).
228 if (pos >= MAX_ENV_LEN) {

Completed in 65 milliseconds