Searched refs:kMaxNativeInts (Results 1 – 1 of 1) sorted by relevance
29 static const int kMaxNativeInts = 1024; variable33 if (numFds < 0 || numInts < 0 || numFds > kMaxNativeFds || numInts > kMaxNativeInts) { in native_handle_create()