/external/python/pyfakefs/pyfakefs/ |
D | fake_scandir.py | 57 def is_dir(self, follow_symlinks=True): argument 71 def is_file(self, follow_symlinks=True): argument 89 def stat(self, follow_symlinks=True): argument
|
/external/python/cpython3/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
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 1665 .. _follow_symlinks: target in Files and Directories
|
/external/python/cpython3/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 …]
|
/external/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
|
/external/python/cpython3/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 …]
|
/external/python/cpython3/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
|
/external/autotest/utils/frozen_chromite/lib/ |
D | remote_access.py | 539 def Rsync(self, src, dest, to_local=False, follow_symlinks=False, argument
|