Home
last modified time | relevance | path

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

/system/core/libcutils/
Dnative_handle.c28 static const int kMaxNativeFds = 1024; variable
33 if (numFds < 0 || numInts < 0 || numFds > kMaxNativeFds || numInts > kMaxNativeInts) { in native_handle_create()