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()
2707 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;
104 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;
35878 field public static final int S_IXUSR;
38745 field public static final int S_IXUSR;
35961 field public static final int S_IXUSR;