HomeSort by relevance Sort by last modified time
    Searched refs:RLIMIT_FSIZE (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_resource.py 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
23 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big
29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
37 # Check to see what happens when the RLIMIT_FSIZE is small. Some
42 # At least one platform has an unlimited RLIMIT_FSIZE and attempts
46 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
resource.h 22 #define RLIMIT_FSIZE 1
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 17 #define RLIMIT_FSIZE 1 /* Maximum filesize */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
resource.h 16 #define RLIMIT_FSIZE 1 /* Maximum filesize */
  /external/python/cpython2/Lib/test/
test_resource.py 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
21 self.skipTest('RLIMIT_FSIZE not available')
22 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big
28 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
32 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
34 self.skipTest('RLIMIT_FSIZE not available')
35 # Check to see what happens when the RLIMIT_FSIZE is small. Some
40 # At least one platform has an unlimited RLIMIT_FSIZE and attempts
44 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
68 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_resource.py 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
23 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big
29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
37 # Check to see what happens when the RLIMIT_FSIZE is small. Some
42 # At least one platform has an unlimited RLIMIT_FSIZE and attempts
46 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_resource.py 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
23 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big
29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
37 # Check to see what happens when the RLIMIT_FSIZE is small. Some
42 # At least one platform has an unlimited RLIMIT_FSIZE and attempts
46 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_resource.py 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
23 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big
29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
37 # Check to see what happens when the RLIMIT_FSIZE is small. Some
42 # At least one platform has an unlimited RLIMIT_FSIZE and attempts
46 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_resource.py 19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
23 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big
29 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
33 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
37 # Check to see what happens when the RLIMIT_FSIZE is small. Some
42 # At least one platform has an unlimited RLIMIT_FSIZE and attempts
46 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
70 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
75 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
82 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
    [all...]
  /external/mksh/src/
rlimits.opt 38 >f|RLIMIT_FSIZE
39 FN("file(blocks)", RLIMIT_FSIZE, 512
rlimits.gen 34 #ifdef RLIMIT_FSIZE
35 FN("file(blocks)", RLIMIT_FSIZE, 512, 'f')
124 #ifdef RLIMIT_FSIZE
  /external/python/cpython3/Lib/test/
test_resource.py 22 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
26 # RLIMIT_FSIZE should be RLIM_INFINITY, which will be a really big
32 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
36 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
40 # Check to see what happens when the RLIMIT_FSIZE is small. Some
45 # At least one platform has an unlimited RLIMIT_FSIZE and attempts
49 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
73 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
78 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
85 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
    [all...]
  /external/strace/xlat/
resources.h 23 #if defined(RLIMIT_FSIZE) || (defined(HAVE_DECL_RLIMIT_FSIZE) && HAVE_DECL_RLIMIT_FSIZE)
24 XLAT(RLIMIT_FSIZE),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 40 RLIMIT_FSIZE = 1,
41 #define RLIMIT_FSIZE RLIMIT_FSIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 40 RLIMIT_FSIZE = 1,
41 #define RLIMIT_FSIZE RLIMIT_FSIZE
  /bionic/tests/headers/posix/
sys_resource_h.c 60 MACRO(RLIMIT_FSIZE);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
resource.h 86 #define RLIMIT_FSIZE 1 /* maximum file size */
  /external/ltp/testcases/kernel/syscalls/getrlimit/
getrlimit01.c 40 {RLIMIT_FSIZE, "RLIMIT_FSIZE"},
  /external/toybox/toys/posix/
ulimit.c 64 char map[] = {RLIMIT_CORE, RLIMIT_DATA, RLIMIT_NICE, RLIMIT_FSIZE,
  /external/ltp/testcases/kernel/syscalls/llseek/
llseek01.c 194 SAFE_SETRLIMIT(cleanup, RLIMIT_FSIZE, &rlp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
resource.c 257 #ifdef RLIMIT_FSIZE
258 PyModule_AddIntConstant(m, "RLIMIT_FSIZE", RLIMIT_FSIZE);
  /external/python/cpython2/Modules/
resource.c 274 #ifdef RLIMIT_FSIZE
275 PyModule_AddIntConstant(m, "RLIMIT_FSIZE", RLIMIT_FSIZE);
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit01.c 23 * RLIMIT_FSIZE, and, RLIMIT_NOFILE, and test for different test
112 * test2 - Test for RLIMIT_FSIZE
145 if ((setrlimit(RLIMIT_FSIZE, &rlim)) == -1)
169 tst_resm(TPASS, "RLIMIT_FSIZE test PASSED");
173 "RLIMIT_FSIZE, errno = %d", errno);
  /external/ltp/testcases/kernel/syscalls/truncate/
truncate03.c 158 SAFE_SETRLIMIT(cleanup, RLIMIT_FSIZE, &rlim);
  /external/python/cpython3/Modules/
resource.c 337 #ifdef RLIMIT_FSIZE
338 PyModule_AddIntMacro(m, RLIMIT_FSIZE);

Completed in 171 milliseconds

1 2 3 4