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
1320 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) { in write()
2352 if ((len > INT32_MAX) || (fd_count >= gMaxFds)) { in read()
2875 if (gMaxFds == 0) { in initState()
2878 gMaxFds = (size_t)result.rlim_cur; in initState()
2882 gMaxFds = 1024; in initState()