Home
last modified time | relevance | path

Searched refs:ST_MODE (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Lib/distutils/command/
Dinstall_scripts.py11 from stat import ST_MODE
52 mode = ((os.stat(file)[ST_MODE]) | 0o555) & 0o7777
Dbuild_scripts.py6 from stat import ST_MODE
145 oldmode = os.stat(file)[ST_MODE] & 0o7777
/third_party/python/Tools/scripts/
Dwhich.py34 if not S_ISREG(st[ST_MODE]):
37 mode = S_IMODE(st[ST_MODE])
Dmkreal.py19 mode = S_IMODE(st[ST_MODE])
32 mode = S_IMODE(st[ST_MODE])
Dpathfix.py157 os.chmod(tempname, statbuf[ST_MODE] & 0o7777)
Dfixcid.py178 os.chmod(tempname, statbuf[ST_MODE] & 0o7777)
/third_party/python/Lib/distutils/
Dfile_util.py101 from stat import ST_ATIME, ST_MTIME, ST_MODE, S_IMODE
160 os.chmod(dst, S_IMODE(st[ST_MODE]))
/third_party/python/Lib/
Dstat.py8 ST_MODE = 0 variable
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
Dmakefile.gcc13 ifdef ST_MODE
/third_party/lzma/CPP/7zip/UI/Console/
Dmakefile.gcc12 ifdef ST_MODE
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
Dmakefile.gcc14 ifdef ST_MODE
/third_party/python/Doc/library/
Dstat.rst147 .. data:: ST_MODE
207 The variables below define the flags used in the :data:`ST_MODE` field.
/third_party/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile.gcc16 ifdef ST_MODE
/third_party/python/Lib/test/
Dtest_mailbox.py682 mode = os.stat(path)[stat.ST_MODE]
/third_party/python/Doc/whatsnew/
D3.4.rst1502 The module supports new :mod:`~stat.ST_MODE` flags, :mod:`~stat.S_IFDOOR`,