Home
last modified time | relevance | path

Searched refs:ST_MODE (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/distutils/command/
H A Dinstall_scripts.py11 from stat import ST_MODE namespace
52 mode = ((os.stat(file)[ST_MODE]) | 0o555) & 0o7777
H A Dbuild_scripts.py6 from stat import ST_MODE namespace
145 oldmode = os.stat(file)[ST_MODE] & 0o7777
/third_party/python/Tools/scripts/
H A Dwhich.py34 if not S_ISREG(st[ST_MODE]):
37 mode = S_IMODE(st[ST_MODE])
H A Dmkreal.py19 mode = S_IMODE(st[ST_MODE])
32 mode = S_IMODE(st[ST_MODE])
H A Dpathfix.py157 os.chmod(tempname, statbuf[ST_MODE] & 0o7777)
H A Dfixcid.py178 os.chmod(tempname, statbuf[ST_MODE] & 0o7777)
/third_party/python/Lib/distutils/
H A Dfile_util.py101 from stat import ST_ATIME, ST_MTIME, ST_MODE, S_IMODE namespace
160 os.chmod(dst, S_IMODE(st[ST_MODE]))
/third_party/python/Lib/
H A Dstat.py8 ST_MODE = 0 variable
/third_party/python/Lib/test/
H A Dtest_mailbox.py687 mode = os.stat(path)[stat.ST_MODE]

Completed in 7 milliseconds