Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DParcel.cpp85 static size_t gMaxFds = 0; variable
1332 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) { in write()
2415 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) { in read()
2934 if (gMaxFds == 0) { in initState()
2937 gMaxFds = (size_t)result.rlim_cur; in initState()
2941 gMaxFds = 1024; in initState()