Searched defs:S_IWOTH (Results 1 - 7 of 7) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
H A DAttribPermissions.java30 public static final int S_IWOTH = 0002; field in class:AttribPermissions
/external/kernel-headers/original/linux/
H A Dstat.h44 #define S_IWOTH 00002 macro
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
/external/stlport/src/details/
H A Dfstream_stdio.cpp66 # define S_IWOTH _S_IWRITE macro
267 S_IWGRP | S_IROTH | S_IWOTH);
/external/openssh/
H A Ddefines.h157 # define S_IWOTH 0000002 /* write permission, other */ macro
/external/qemu/block/
H A Dvvfat.c34 #ifndef S_IWOTH
35 #define S_IWOTH 0 macro
784 (st.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) == 0;
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java333 public static final int S_IWOTH = placeholder(); field in class:OsConstants
/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 ...

Completed in 242 milliseconds