Searched refs:S_IROTH (Results 1 - 25 of 32) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
H A DAttribPermissions.java29 public static final int S_IROTH = 0004; field in class:AttribPermissions
/external/kernel-headers/original/linux/
H A Dstat.h43 #define S_IROTH 00004 macro
52 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/external/openssh/openbsd-compat/
H A Dstrmode.c123 if (mode & S_IROTH)
/external/stlport/src/details/
H A Dfstream_stdio.cpp64 # ifndef S_IROTH
65 # define S_IROTH _S_IREAD macro
267 S_IWGRP | S_IROTH | S_IWOTH);
H A Dfstream_unistd.cpp221 S_IWGRP | S_IROTH | S_IWOTH);
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp176 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH));
/external/clang/tools/scan-build/
H A Dset-xcode-analyzer55 os.chmod(path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH)
/external/bison/lib/
H A 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/bison/darwin-lib/sys/
H A 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/linux-lib/sys/
H A Dstat.h570 #if !S_IROTH
571 # define S_IROTH (S_IRUSR >> 6) macro
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/external/dropbear/
H A Dsshpty.c402 (st.st_mode & (S_IRGRP | S_IROTH)) == 0) {
/external/openssh/
H A Dsshpty.c255 (st.st_mode & (S_IRGRP | S_IROTH)) == 0)
H A Ddefines.h160 # define S_IROTH 0000004 /* read permission, other */ macro
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c170 if(buffer-> st_mode & S_IROTH)
185 if((buffer-> st_mode & S_IROTH) && (buffer-> st_mode & S_IWOTH))
/external/e2fsprogs/debugfs/
H A Ddump.c49 { LINUX_S_IROTH, S_IROTH },
/external/ipsec-tools/src/racoon/
H A Dsession.c168 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) {
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop.c214 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH);
/external/chromium/base/
H A Dfile_util.h578 stat_buf.st_mode &= ~(S_IRUSR | S_IRGRP | S_IROTH);
/external/chromium/chrome/browser/
H A Dshell_integration_linux.cc127 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc507 mode = S_IRUSR | S_IRGRP | S_IROTH;
/external/dnsmasq/src/
H A Dtftp.c321 if (!(statbuf.st_mode & S_IROTH))
/external/elfutils/libasm/
H A Dasm_end.c512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/ppp/pppd/
H A Doptions.c1099 return sbuf.st_mode & S_IROTH;
/external/valgrind/main/include/vki/
H A Dvki-darwin.h135 #define VKI_S_IROTH S_IROTH

Completed in 7347 milliseconds

12