Searched defs:S_IXOTH (Results 1 – 3 of 3) sorted by relevance
317 Os.chmod(path.getPath(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in createNativeLibrarySubdir() local
116 /** {@hide} */ public static final int S_IXOTH = 00001; field in FileUtils
798 public static final int S_IXOTH = placeholder(); field in OsConstants