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

12

  /external/bison/darwin-lib/sys/
stat.h 561 #if !S_IRUSR && S_IREAD
562 # define S_IRUSR S_IREAD
    [all...]
  /external/bison/linux-lib/sys/
stat.h 561 #if !S_IRUSR && S_IREAD
562 # define S_IRUSR S_IREAD
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_html5fs_test.cc 489 EXPECT_EQ(S_IFREG | S_IWRITE | S_IREAD, statbuf.st_mode);
562 EXPECT_EQ(S_IFDIR | S_IWRITE | S_IREAD, statbuf.st_mode);
mount_http_test.cc 165 EXPECT_EQ(S_IFREG | S_IREAD, sfoo.st_mode);
168 EXPECT_EQ(S_IFREG | S_IREAD | S_IWRITE, sbar.st_mode);
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]
  /build/libs/host/
CopyFile.c 269 if (chmod(dst, S_IWRITE|S_IREAD) == 0 && unlink(dst) == 0)
  /external/iputils/
tftpd.c 311 if ((stbuf.st_mode&(S_IREAD >> 6)) == 0) {
  /external/qemu/android/utils/
path.c 551 fs = open(source, S_IREAD);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 179 # define S_IREAD S_IRUSR
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 179 # define S_IREAD S_IRUSR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 179 # define S_IREAD S_IRUSR
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 409 !(obj->yst_mode & S_IREAD))
415 !(obj->yst_mode & S_IREAD))
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 94 os.chmod(self.childpath, stat.S_IREAD)
95 os.chmod(TESTFN, stat.S_IREAD)
test_argparse.py 56 os.chmod(file_path, stat.S_IREAD)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 94 os.chmod(self.childpath, stat.S_IREAD)
95 os.chmod(TESTFN, stat.S_IREAD)
test_argparse.py 56 os.chmod(file_path, stat.S_IREAD)
    [all...]

Completed in 6825 milliseconds

12