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

  /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);
yaffsfs.c 421 !(obj->yst_mode & 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):
  /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/qemu/android/utils/
mapfile.c 52 if ((share_mode & S_IWRITE) != 0) {
path.c 504 int fd = _creat( path, S_IWRITE );
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 52 if ((share_mode & S_IWRITE) != 0) {
  /build/libs/host/
CopyFile.c 269 if (chmod(dst, S_IWRITE|S_IREAD) == 0 && unlink(dst) == 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 180 # define S_IWRITE S_IWUSR
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 180 # define S_IWRITE S_IWUSR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 180 # define S_IWRITE S_IWUSR
  /external/dropbear/
scp.c 73 #define S_IWRITE 0200
990 mode |= S_IWRITE;
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 627 outFile = open(image,O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE);
mkyaffsimage.c 561 outFile = open(argv[2],O_CREAT | O_TRUNC | O_WRONLY, S_IREAD | S_IWRITE);

Completed in 357 milliseconds