Home
last modified time | relevance | path

Searched refs:SF_IMMUTABLE (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/
D_stat.c235 #ifndef SF_IMMUTABLE
236 # define SF_IMMUTABLE 0x00020000 macro
552 ADD_INT_MACRO(module, SF_IMMUTABLE); in stat_exec()
/third_party/python/Lib/
Dstat.py122 SF_IMMUTABLE = 0x00020000 # file may not be changed variable
Dshutil.py840 immutable_states = [stat.UF_IMMUTABLE, stat.SF_IMMUTABLE]
/third_party/python/Doc/library/
Dstat.rst385 .. data:: SF_IMMUTABLE
Dos.rst1780 * :data:`stat.SF_IMMUTABLE`
/third_party/python/Lib/test/
Dtest_shutil.py2154 os.lchflags(TESTFN_SRC, stat.SF_IMMUTABLE)
2164 os.lchflags(TESTFN_SRC, stat.SF_IMMUTABLE)