Home
last modified time | relevance | path

Searched refs:S_IRWXO (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h85 #define S_IRWXO 0000007 ///< RWX mask for other 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.py78 S_IRWXO = 00007 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstat.py78 S_IRWXO = 00007 variable
/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)