Home | History | Annotate | Download | only in Modules

Lines Matching refs:chflags

2943 os.chflags
2952 link, chflags will change flags on the symbolic link itself instead of the
2967 if (follow_symlinks_specified("chflags", follow_symlinks))
2977 result = chflags(path->narrow, flags);
2998 Equivalent to chflags(path, flags, follow_symlinks=False).