HomeSort by relevance Sort by last modified time
    Searched refs:S_IREAD (Results 1 - 19 of 19) 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 134 #ifndef S_IREAD
135 #define S_IREAD 0000400
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 409 !(obj->yst_mode & S_IREAD))
415 !(obj->yst_mode & S_IREAD))
  /external/stlport/src/details/
fstream_stdio.cpp 52 # define S_IREAD _S_IREAD
94 # define S_IREAD S_IRUSR
98 # define _S_IREAD S_IREAD
283 switch ( mode & (S_IWRITE | S_IREAD) ) {
284 case S_IREAD:
290 case (S_IWRITE | S_IREAD):
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 52 # define S_IREAD _S_IREAD
94 # define S_IREAD S_IRUSR
98 # define _S_IREAD S_IREAD
283 switch ( mode & (S_IWRITE | S_IREAD) ) {
284 case S_IREAD:
290 case (S_IWRITE | S_IREAD):
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 157 if ((buf.st_mode & S_IREAD) != S_IREAD)
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 225 #if !S_IRUSR && S_IREAD
226 # define S_IRUSR S_IREAD
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 81 #define S_IREAD _S_IREAD
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 72 #define S_IREAD _S_IREAD
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 81 #define S_IREAD _S_IREAD
  /external/qemu/android/utils/
mapfile.c 55 if ((share_mode & S_IREAD) != 0) {
path.c 535 fs = open(source, S_IREAD);
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 55 if ((share_mode & S_IREAD) != 0) {
  /build/libs/host/
CopyFile.c 269 if (chmod(dst, S_IWRITE|S_IREAD) == 0 && unlink(dst) == 0)
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 529 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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 179 # define S_IREAD S_IRUSR

Completed in 113 milliseconds