Searched refs:current_umask (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/gio/tests/ |
D | file.c | 1197 mode_t current_umask = umask (0); in test_replace() local 1198 guint32 default_public_mode = 0666 & ~current_umask; in test_replace() 1358 FILE_TEST_SETUP_TYPE_REGULAR_EMPTY, 0777 & ~current_umask, NULL, in test_replace() 1370 FILE_TEST_SETUP_TYPE_REGULAR_NONEMPTY, 0777 & ~current_umask, "target file", in test_replace() 1687 umask (current_umask); in test_replace() 1688 g_test_message ("Current umask: %u", current_umask); in test_replace() 1887 mode_t current_umask = umask (0); in test_copy_preserve_mode() local 1907 …{ 0600, 0666 & ~current_umask, TRUE, G_FILE_COPY_TARGET_DEFAULT_PERMS | G_FILE_COPY_OVERWRITE | G_… in test_copy_preserve_mode() 1908 …{ 0600, 0666 & ~current_umask, TRUE, G_FILE_COPY_TARGET_DEFAULT_PERMS | G_FILE_COPY_OVERWRITE | G_… in test_copy_preserve_mode() 1909 …{ 0600, 0666 & ~current_umask, FALSE, G_FILE_COPY_TARGET_DEFAULT_PERMS | G_FILE_COPY_NOFOLLOW_SYML… in test_copy_preserve_mode() [all …]
|
/third_party/libuv/src/win/ |
D | fs.c | 450 int fd, current_umask; in fs__open() local 476 current_umask = umask(0); in fs__open() 477 umask(current_umask); in fs__open() 540 if (!((req->fs.info.mode & ~current_umask) & _S_IWRITE)) { in fs__open()
|