Searched refs:RLIMIT_NOFILE (Results 1 – 4 of 4) sorted by relevance
132 if (getrlimit(RLIMIT_NOFILE, &rlp) < 0) { in IOUtil_fdLimit()
402 /** @hide */ public static final int RLIMIT_NOFILE = placeholder(); field in OsConstants
438 initConstant(env, c, "RLIMIT_NOFILE", RLIMIT_NOFILE); in OsConstants_initConstants()
820 StructRlimit rlimit = Libcore.os.getrlimit(OsConstants.RLIMIT_NOFILE); in test_getrlimit()