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