Searched refs:DIRMODE (Results 1 – 2 of 2) sorted by relevance
31 #define DIRMODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) macro
66 if (MakeDirRecursive(linkDir, DIRMODE) < 0) { in CreateSymbolLinks()162 rc = MakeDirRecursive(devicePath, DIRMODE); in CreateDeviceNode()