HomeSort by relevance Sort by last modified time
    Searched refs:test_umask (Results 1 - 9 of 9) sorted by null

  /external/strace/tests/
umask.c 5 test_umask(const mode_t mode) function
14 test_umask(0);
15 test_umask(06);
16 test_umask(026);
17 test_umask(0126);
18 test_umask(07777);
19 test_umask(0107777);
20 test_umask(-1);
  /external/strace/tests-m32/
umask.c 5 test_umask(const mode_t mode) function
14 test_umask(0);
15 test_umask(06);
16 test_umask(026);
17 test_umask(0126);
18 test_umask(07777);
19 test_umask(0107777);
20 test_umask(-1);
  /external/strace/tests-mx32/
umask.c 5 test_umask(const mode_t mode) function
14 test_umask(0);
15 test_umask(06);
16 test_umask(026);
17 test_umask(0126);
18 test_umask(07777);
19 test_umask(0107777);
20 test_umask(-1);
  /bionic/tests/
fortify_compilation_test.cpp 191 void test_umask() { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 277 def test_umask(self): member in class:PosixTester
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 329 def test_umask(self): member in class:PosixTester
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 329 def test_umask(self): member in class:PosixTester
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 329 def test_umask(self): member in class:PosixTester
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 329 def test_umask(self): member in class:PosixTester

Completed in 1792 milliseconds