Searched refs:DIR_PERM (Results 1 – 2 of 2) sorted by relevance
28 constexpr int DIR_PERM = 0775; variable
103 int ret = mkdir((const char *)path, DIR_PERM); in makeFolder()