Lines Matching refs:stat
4 - all functions from posix or nt, e.g. unlink, stat, etc.
27 import stat as st
112 _add("HAVE_FSTATAT", "stat")
138 _set.add(stat) # fstat always works
171 _add("HAVE_FSTATAT", "stat")
178 _add("HAVE_LSTAT", "stat")
179 _add("HAVE_FSTATAT", "stat")
181 _add("MS_WINDOWS", "stat")
429 if {open, stat} <= supports_dir_fd and {scandir, stat} <= supports_fd:
458 print(sum(os.stat(name, dir_fd=rootfd).st_size for name in files),
469 orig_st = stat(top, follow_symlinks=False, dir_fd=dir_fd)
473 path.samestat(orig_st, stat(topfd)))):
514 orig_st = stat(name, dir_fd=topfd, follow_symlinks=False)
518 orig_st = entry.stat(follow_symlinks=False)
525 if follow_symlinks or path.samestat(orig_st, stat(dirfd)):