Searched refs:S_IXUSR (Results 1 – 11 of 11) sorted by relevance
87 mkdir(existsPath.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in ensureDirectoriesExist()
2693 mkdir(dest.string(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in writeResourceSymbols()
93 return mkdir(path.toString().c_str(), S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP); in mkdirImpl()
112 perm |= S_IXUSR;
103 if (mkdir(currentDir.c_str(), S_IRUSR | S_IWUSR | S_IXUSR)) { in createCacheDir()
284 static const mode_t mode = S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in copyFileIfChanged()
63 public static final int S_IXUSR = 00100; field in FileUtils
28014 field public static final int S_IXUSR;
35767 field public static final int S_IXUSR;
35844 field public static final int S_IXUSR;
38584 field public static final int S_IXUSR;