/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
osstat.h | 19 #define S_IWRITE _S_IWRITE
|
mount_mem.cc | 88 ((a_mode & W_OK) && !(obj_mode & S_IWRITE)) ||
|
/external/yaffs2/yaffs2/direct/ |
dtest.c | 23 outh = yaffs_open(yaffsName, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); 45 outh = yaffs_open(yaffsName, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); 68 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); 173 h = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); 195 h = yaffs_open(fn, O_RDONLY, S_IREAD | S_IWRITE); 221 h = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); 302 h = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IWRITE | S_IREAD); 378 h = yaffs_open(str, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); 423 h = yaffs_open(str, O_CREAT | O_TRUNC | O_RDWR,S_IREAD | S_IWRITE); 463 h = yaffs_open(str, O_CREAT | O_TRUNC | O_RDWR,S_IREAD | S_IWRITE); [all...] |
yaffsfs.h | 138 #ifndef S_IWRITE 139 #define S_IWRITE 0000200
|
yaffs_fileem.c | 85 filedisk.handle = open("yaffsemfile", O_RDWR | O_CREAT, S_IREAD | S_IWRITE);
|
yaffs_fileem2k.c | 82 h = open(name, O_RDWR | O_CREAT, S_IREAD | S_IWRITE);
|
/external/stlport/src/details/ |
fstream_stdio.cpp | 53 # define S_IWRITE _S_IWRITE 95 # define S_IWRITE S_IWUSR 97 # define _S_IWRITE S_IWRITE 283 switch ( mode & (S_IWRITE | S_IREAD) ) { 287 case S_IWRITE: 290 case (S_IWRITE | S_IREAD):
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 53 # define S_IWRITE _S_IWRITE 95 # define S_IWRITE S_IWUSR 97 # define _S_IWRITE S_IWRITE 283 switch ( mode & (S_IWRITE | S_IREAD) ) { 287 case S_IWRITE: 290 case (S_IWRITE | S_IREAD):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
stat.py | 68 S_IWRITE = 00200
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
stat.py | 68 S_IWRITE = 00200
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
smc_properties.c | 163 if ((buf.st_mode & S_IWRITE) != S_IWRITE)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
sys_stat.in.h | 238 #if !S_IWUSR && S_IWRITE 239 # define S_IWUSR S_IWRITE
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 82 #define S_IWRITE _S_IWRITE
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 73 #define S_IWRITE _S_IWRITE
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 82 #define S_IWRITE _S_IWRITE
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 73 #define S_IWRITE _S_IWRITE
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 82 #define S_IWRITE _S_IWRITE
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 73 #define S_IWRITE _S_IWRITE
|
/external/chromium_org/build/util/lib/common/ |
util.py | 47 os.chmod(filename, stat.S_IWRITE)
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
kernel_proxy_test.cc | 271 EXPECT_EQ(0, ki_mkdir("/foo", S_IREAD | S_IWRITE)); 272 EXPECT_EQ(-1, ki_mkdir("/foo", S_IREAD | S_IWRITE)); 299 EXPECT_EQ(0, ki_mkdir("/foo", S_IREAD | S_IWRITE)); 300 EXPECT_EQ(-1, ki_mkdir("/foo", S_IREAD | S_IWRITE)); 307 EXPECT_EQ(0, ki_mkdir("/foo", S_IREAD | S_IWRITE));
|
/external/chromium_org/chrome/test/chromedriver/ |
util.py | 48 os.chmod(filename, stat.S_IWRITE)
|
/external/bison/lib/ |
sys_stat.in.h | 262 #if !S_IWUSR && S_IWRITE 263 # define S_IWUSR S_IWRITE
|
/external/qemu/android/utils/ |
mapfile.c | 52 if ((share_mode & S_IWRITE) != 0) {
|
/ndk/sources/host-tools/ndk-stack/elff/ |
mapfile.c | 52 if ((share_mode & S_IWRITE) != 0) {
|
/external/bison/darwin-lib/sys/ |
stat.h | 574 #if !S_IWUSR && S_IWRITE 575 # define S_IWUSR S_IWRITE [all...] |