Home
last modified time | relevance | path

Searched refs:S_IRWXG (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h80 #define S_IRWXG 0000070 ///< RWX mask for group macro
146 #define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) ///< 0777
147 #define ALLPERMS (S_IRWXU|S_IRWXG|S_IRWXO) ///< 0777
148 #define DEFFILEMODE (S_IRWXU|S_IRWXG|S_IRWXO) ///< 0777
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Efi/
DSysEfi.h24 #define S_ACC_MASK ( S_IRWXU | S_IRWXG | S_IRWXO )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstat.py74 S_IRWXG = 00070 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstat.py74 S_IRWXG = 00070 variable
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp232 /* mode = ug+rwx */ S_IRWXU | S_IRWXG )); in createFileIfNotExists()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
DSplit.c188 if (mkdir(start, S_IRWXU | S_IRWXG | S_IRWXO) != 0) { in CreateDir()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py960 os.chmod(name, stat.S_IRWXU | stat.S_IRWXG | stat.S_IRWXO)