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