/bionic/libc/arch-arm64/syscalls/ |
getrlimit.S | 5 ENTRY(getrlimit) function 14 END(getrlimit) 16 ALIAS_SYMBOL(getrlimit64, getrlimit)
|
/bionic/libc/arch-x86_64/syscalls/ |
getrlimit.S | 5 ENTRY(getrlimit) function 15 END(getrlimit) 17 ALIAS_SYMBOL(getrlimit64, getrlimit)
|
/external/strace/tests/ |
getrlimit.c | 7 # define STR_GETRLIMIT "getrlimit"
|
getrlimit.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getrlimit -a27 ); do not edit.
|
/external/strace/tests-m32/ |
getrlimit.c | 7 # define STR_GETRLIMIT "getrlimit"
|
getrlimit.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getrlimit -a27 ); do not edit.
|
/external/strace/tests-mx32/ |
getrlimit.c | 7 # define STR_GETRLIMIT "getrlimit"
|
getrlimit.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (getrlimit -a27 ); do not edit.
|
/bionic/libc/arch-arm/syscalls/ |
getrlimit.S | 5 ENTRY(getrlimit) function 16 END(getrlimit)
|
/bionic/libc/arch-mips/syscalls/ |
getrlimit.S | 5 ENTRY(getrlimit) function 19 END(getrlimit)
|
/bionic/libc/arch-mips64/syscalls/ |
getrlimit.S | 5 ENTRY(getrlimit) function 25 END(getrlimit) 27 ALIAS_SYMBOL(getrlimit64, getrlimit)
|
/cts/tests/tests/os/assets/minijail/ |
isolated-arm64.policy | 4 getrlimit: 1
|
/external/ltp/testcases/kernel/syscalls/ulimit/ |
README | 2 longer provided by glibc. Use getrlimit(2), setrlimit(2)
|
/bionic/libc/arch-x86/syscalls/ |
getrlimit.S | 5 ENTRY(getrlimit) function 34 END(getrlimit)
|
/external/compiler-rt/test/sanitizer_common/TestCases/ |
corelimit.cc | 10 getrlimit(RLIMIT_CORE, &lim_core);
|
/external/valgrind/none/tests/ |
closeall.c | 11 getrlimit(RLIMIT_NOFILE, &lim);
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
on-fault-limit.c | 19 if (getrlimit(RLIMIT_MEMLOCK, &lims)) { 20 perror("getrlimit");
|
/external/libchrome/base/process/ |
process_metrics_posix.cc | 47 if (getrlimit(RLIMIT_NOFILE, &nofile)) { 48 // getrlimit failed. Take a best guess. 50 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); 64 if (getrlimit(RLIMIT_NOFILE, &limits) == 0) {
|
/external/valgrind/none/tests/darwin/ |
rlimit.c | 13 getrlimit(RLIMIT_NOFILE, &rlp);
|
/external/python/cpython2/Lib/test/ |
test_resource.py | 12 self.assertRaises(TypeError, resource.getrlimit) 13 self.assertRaises(TypeError, resource.getrlimit, 42, 42) 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 32 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 80 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 106 limits = resource.getrlimit(resource.RLIMIT_CPU)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_resource.py | 12 self.assertRaises(TypeError, resource.getrlimit) 13 self.assertRaises(TypeError, resource.getrlimit, 42, 42) 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_resource.py | 12 self.assertRaises(TypeError, resource.getrlimit) 13 self.assertRaises(TypeError, resource.getrlimit, 42, 42) 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_resource.py | 12 self.assertRaises(TypeError, resource.getrlimit) 13 self.assertRaises(TypeError, resource.getrlimit, 42, 42) 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_resource.py | 12 self.assertRaises(TypeError, resource.getrlimit) 13 self.assertRaises(TypeError, resource.getrlimit, 42, 42) 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 109 limits = resource.getrlimit(resource.RLIMIT_CPU)
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
getrlimit01.c | 22 * Verify that getrlimit(2) call will be successful for all possible resource 81 TEST(getrlimit(testcases[i].res, &rlim)); 85 "getrlimit() test %s failed", 89 "getrlimit() test %s success",
|