Home
last modified time | relevance | path

Searched refs:S_IREAD (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstat.py67 S_IREAD = 00400 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstat.py67 S_IREAD = 00400 variable
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstat.h76 #define S_IREAD S_IRUSR macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shutil.py93 os.chmod(self.childpath, stat.S_IREAD)
94 os.chmod(TESTFN, stat.S_IREAD)
Dtest_argparse.py56 os.chmod(file_path, stat.S_IREAD)