/third_party/python/Lib/ |
D | shutil.py | 224 def copyfile(src, dst, *, follow_symlinks=True): argument 288 def copymode(src, dst, *, follow_symlinks=True): argument 310 def _copyxattr(src, dst, *, follow_symlinks=True): argument 337 def copystat(src, dst, *, follow_symlinks=True): argument 351 def _nop(*args, ns=None, follow_symlinks=None): argument 403 def copy(src, dst, *, follow_symlinks=True): argument 421 def copy2(src, dst, *, follow_symlinks=True): argument
|
D | os.py | 430 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument 479 def _fwalk(topfd, toppath, isbytes, topdown, onerror, follow_symlinks): argument
|
D | pathlib.py | 1090 def stat(self, *, follow_symlinks=True): argument 1185 def chmod(self, mode, *, follow_symlinks=True): argument
|
/third_party/python/Doc/library/ |
D | os.rst | 1665 .. _follow_symlinks: target in Files and Directories
|
/third_party/glib/gio/ |
D | gio-tool-tree.c | 29 static gboolean follow_symlinks = FALSE; variable
|
D | glocalfileinfo.c | 220 gboolean follow_symlinks) in get_selinux_context() 266 gboolean follow_symlinks) in g_getxattr() 280 gboolean follow_symlinks) in g_listxattr() 429 gboolean follow_symlinks) in get_one_xattr() 478 gboolean follow_symlinks) in get_xattrs()
|
D | glocalfileenumerator.c | 75 gboolean follow_symlinks; member
|
/third_party/python/Modules/ |
D | posixmodule.c | 1405 follow_symlinks_specified(const char *function_name, int follow_symlinks) in follow_symlinks_specified() 1444 int follow_symlinks) in fd_and_follow_symlinks_invalid() 1457 int follow_symlinks) in dir_fd_and_follow_symlinks_invalid() 2499 int dir_fd, int follow_symlinks) in posix_do_stat() 2885 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl() 2911 int follow_symlinks = 0; in os_lstat_impl() local 2957 int effective_ids, int follow_symlinks) in os_access_impl() 3226 int follow_symlinks) in os_chmod_impl() 3430 int follow_symlinks) in os_chflags_impl() 3618 int dir_fd, int follow_symlinks) in os_chown_impl() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 1287 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() argument 1296 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() argument
|
/third_party/python/Modules/clinic/ |
D | posixmodule.c.h | 46 int follow_symlinks = 1; in os_stat() local 180 int follow_symlinks = 1; in os_access() local 415 int follow_symlinks = 1; in os_chmod() local 579 int follow_symlinks = 1; in os_chflags() local 852 int follow_symlinks = 1; in os_chown() local 1069 int follow_symlinks = 1; in os_link() local 2005 int follow_symlinks = 1; in os_utime() local 7481 int follow_symlinks = 1; in os_getxattr() local 7547 int follow_symlinks = 1; in os_setxattr() local 7634 int follow_symlinks = 1; in os_removexattr() local [all …]
|
/third_party/python/Lib/test/ |
D | test_shutil.py | 928 def _chflags_raiser(path, flags, *, follow_symlinks=True): argument 981 def _raise_on_src(fname, *, follow_symlinks=True): argument
|