Searched defs:S_IMODE (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/distutils/
H A Dfile_util.py106 from stat import ST_ATIME, ST_MTIME, ST_MODE, S_IMODE namespace
165 os.chmod(dst, S_IMODE(st[ST_MODE]))
/external/python/cpython3/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]))
/external/python/cpython2/Lib/
H A Dstat.py21 def S_IMODE(mode): function
/external/python/cpython3/Lib/
H A Dstat.py21 def S_IMODE(mode): function
/external/python/cpython3/Modules/
H A D_stat.c46 #ifndef S_IMODE
47 # define S_IMODE 07777 macro
327 return PyLong_FromUnsignedLong(mode & S_IMODE);
422 {"S_IMODE", stat_S_IMODE, METH_O, stat_S_IMODE_doc},

Completed in 297 milliseconds