Home
last modified time | relevance | path

Searched refs:gMaxFds (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DParcel.cpp90 static size_t gMaxFds = 0; variable
1272 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) { in write()
1972 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) { in read()
2517 if (gMaxFds == 0) { in initState()
2520 gMaxFds = (size_t)result.rlim_cur; in initState()
2524 gMaxFds = 1024; in initState()