Searched refs:allowExisting (Results 1 – 1 of 1) sorted by relevance
700 static IncFsErrorCode makeDir(const char* commandPath, int32_t mode, bool allowExisting) { in makeDir() argument708 return (allowExisting && errno == EEXIST) ? 0 : -errno; in makeDir()