Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 25 of 31) sorted by relevance

12

/external/kernel-headers/original/linux/
Dstat.h43 #define S_IROTH 00004 macro
52 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/external/stlport/src/details/
Dfstream_stdio.cpp64 # ifndef S_IROTH
65 # define S_IROTH _S_IREAD macro
267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
Dfstream_unistd.cpp221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
DAttribPermissions.java29 public static final int S_IROTH = 0004; field in AttribPermissions
/external/openssh/openbsd-compat/
Dstrmode.c123 if (mode & S_IROTH) in strmode()
/external/icu4c/tools/toolutil/
Dtoolutil.cpp176 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH)); in uprv_mkdir()
/external/bison/lib/
Dsys_stat.in.h258 #if !S_IROTH
259 # define S_IROTH (S_IRUSR >> 6)
295 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/clang/tools/scan-build/
Dset-xcode-analyzer55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
/external/bison/linux-lib/sys/
Dstat.h570 #if !S_IROTH
571 # define S_IROTH (S_IRUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/bison/darwin-lib/sys/
Dstat.h570 #if !S_IROTH
571 # define S_IROTH (S_IRUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/openssh/
Dsshpty.c255 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) in pty_setowner()
Ddefines.h160 # define S_IROTH 0000004 /* read permission, other */ macro
/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c170 if(buffer-> st_mode & S_IROTH) in getAccess()
185 if((buffer-> st_mode & S_IROTH) && (buffer-> st_mode & S_IWOTH)) in getAccess()
/external/dropbear/
Dsshpty.c402 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) { in pty_setowner()
/external/e2fsprogs/debugfs/
Ddump.c49 { LINUX_S_IROTH, S_IROTH },
/external/ipsec-tools/src/racoon/
Dsession.c168 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in session()
/external/bluetooth/bluedroid/hci/src/
Dbtsnoop.c214 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH); in btsnoop_log_open()
/external/chromium/base/
Dfile_util.h578 stat_buf.st_mode &= ~(S_IRUSR | S_IRGRP | S_IROTH); in MakeFileUnreadable()
/external/chromium/chrome/browser/
Dshell_integration_linux.cc127 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in CreateShortcutOnDesktop()
/external/elfutils/libasm/
Dasm_end.c512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
/external/chromium/base/files/
Dfile_path_watcher_browsertest.cc507 mode = S_IRUSR | S_IRGRP | S_IROTH; in ChangeFilePermissions()
/external/dnsmasq/src/
Dtftp.c321 if (!(statbuf.st_mode & S_IROTH)) in check_tftp_fileperm()
/external/valgrind/main/include/vki/
Dvki-darwin.h135 #define VKI_S_IROTH S_IROTH
/external/ppp/pppd/
Doptions.c1099 return sbuf.st_mode & S_IROTH;
/external/elfutils/src/
Dar.c553 (arhdr->ar_mode & S_IROTH) ? 'r' : '-', in do_oper_extract()

12