Searched refs:DIR_FAULT_PERM (Results 1 – 1 of 1) sorted by relevance
51 constexpr int DIR_FAULT_PERM = 0775; variable208 if (access(path.c_str(), 0) != 0 && mkdir(path.c_str(), DIR_FAULT_PERM) == FAILED) { in Mkdirs()214 …if (path.length() <= 0 || access(path.c_str(), 0) == 0 || mkdir(path.c_str(), DIR_FAULT_PERM) == F… in Mkdirs()267 } else if (mkdir(path.c_str(), DIR_FAULT_PERM) != FAILED) { in MkdirExec()