/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 209 LLVMValueRef lmask, umask, mask; local 309 umask = lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type, 313 coord0 = lp_build_select(int_coord_bld, umask, coord0, length_minus_one); 315 mask = LLVMBuildAnd(builder, lmask, umask, ""); [all...] |
/external/dnsmasq/src/ |
log.c | 109 /* NOTE: umask is set to 022 by the time this gets called */
|
/external/e2fsprogs/lib/ext2fs/ |
openfs.c | 108 fs->umask = 022;
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
php-brief.php | 84 'ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'join', 'sql_regcase', 'dl', 'pclose', 'popen', 'readfile', 'rewind', 'rmdir', 'umask', 'fclose', 'feof', 'fgetc', 'fgets', 'fgetss', 'fread', 'fopen', 'fpassthru', 'ftruncate', 'fstat', 'fseek', 'ftell', 'fflush', 'fwrite', 'fputs', 'mkdir', 'rename', 'copy', 'tempnam', 'tmpfile', 'file', 'file_get_contents', 'stream_select', 'stream_context_create', 'stream_context_set_params', 'stream_context_set_option', 'stream_context_get_options', 'stream_filter_prepend', 'stream_filter_append', 'fgetcsv', 'flock', 'get_meta_tags', 'stream_set_write_buffer', 'set_file_buffer', 'set_socket_blocking', 'stream_set_blocking', 'socket_set_blocking', 'stream_get_meta_data', 'stream_register_wrapper', 'stream_wrapper_register', 'stream_set_timeout', 'socket_set_timeout', 'socket_get_status', 'realpath', 'fnmatch', 'fsockopen', 'pfsockopen', 'pack', 'unpack', 'get_browser', 'crypt', 'opendir', 'closedir', 'chdir', 'getcwd', 'rewinddir', 'readdir', 'dir', 'glob', 'fileatime', 'filectime', 'filegroup', 'fileinode', 'filemtime', 'fileowner', 'fileperms', 'filesize', 'filetype', 'file_exists', 'is_writable', 'is_writeable', 'is_readable', 'is_executable', 'is_file', 'is_dir', 'is_link', 'stat', 'lstat', 'chown',
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 209 LLVMValueRef lmask, umask, mask; local 309 umask = lp_build_compare(int_coord_bld->gallivm, int_coord_bld->type, 313 coord0 = lp_build_select(int_coord_bld, umask, coord0, length_minus_one); 315 mask = LLVMBuildAnd(builder, lmask, umask, ""); [all...] |
/external/oprofile/daemon/ |
opd_perfmon.c | 332 umask(0);
|
/external/stlport/src/details/ |
fstream_stdio.cpp | 265 // bits that are set in the umask from the permissions flag.
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 265 // bits that are set in the umask from the permissions flag.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fs.h | 120 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fs.h | 120 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fs.h | 120 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */
|
/external/mksh/src/ |
funcs.c | 113 {"+umask", c_umask}, [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_unix.c | 340 * to be using umask 0077 which would leave the control interface 344 * if umask value would prevent this.
|
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 678 int mask = umask(0); 680 umask(mask);
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 471 // set umask to 0077 so new files and directories will default to owner-only permissions. 472 Libcore.os.umask(S_IRWXG | S_IRWXO);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 116 oldmask = os.umask(022) 134 os.umask(oldmask)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 116 oldmask = os.umask(022) 134 os.umask(oldmask)
|
/external/openssh/ |
sftp.c | 247 "lumask umask Set local umask to 'umask'\n" [all...] |
ssh.c | 309 * Set our umask to something reasonable, as some files are created 310 * with the default umask. This will make them world-readable but 314 umask(022); [all...] |
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 104 old_umask = os.umask(0066) 111 os.umask(old_umask) 672 # which would result in the new file having permissions of 0777 & ~umask, [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
wal2.test | 1030 set umask [exec /bin/sh -c umask] 1048 set effective [format %.5o [expr $permissions & ~$umask]] [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPv3Client.java | 922 * this is octal noation). The server will likely apply a umask. 1108 * (remember the server may apply a umask) entries of the {@link SFTPv3FileHandle} [all...] |
/external/libppp/src/ |
ipcp.c | 300 mask = umask(022); 302 umask(mask); 321 umask(mask); [all...] |
mp.c | [all...] |
/external/oprofile/events/ia64/itanium2/ |
events | 180 # The manual states that all events in this set share the same umask. 187 # share the same umask. 194 # these events share the same umask
|