Home
last modified time | relevance | path

Searched refs:S_IRWXU (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h71 #define S_IRWXU 0000700 ///< RWX mask for owner 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.py70 S_IRWXU = 00700 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstat.py70 S_IRWXU = 00700 variable
/device/google/cuttlefish_common/common/libs/fs/
Dgce_fs.cpp37 #define ALL_PERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraHotplugThread.cpp215 /* mode = ug+rwx */ S_IRWXU | S_IRWXG)); in createFileIfNotExists()
/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/google/cuttlefish_common/host/commands/launch/
Dflags.cc622 if (mkdir(FLAGS_instance_dir.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) { in InitFilesystemAndCreateConfig()
/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)