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

12

  /external/bison/linux-lib/sys/
stat.h 574 #if !S_IWUSR && S_IWRITE
575 # define S_IWUSR S_IWRITE
    [all...]
  /build/libs/host/
CopyFile.c 269 if (chmod(dst, S_IWRITE|S_IREAD) == 0 && unlink(dst) == 0)
  /external/iputils/
tftpd.c 316 if ((stbuf.st_mode&(S_IWRITE >> 6)) == 0) {
  /external/qemu/android/utils/
path.c 516 int fd = _creat( path, S_IWRITE );
  /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 611 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);
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 421 !(obj->yst_mode & S_IWRITE))
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]

Completed in 2325 milliseconds

12