/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
|
D | fake_filesystem.py | 1119 def stat(self, entry_path, follow_symlinks=True): argument 1150 follow_symlinks=True, argument 1175 def chmod(self, path, mode, follow_symlinks=True): argument 1195 def utime(self, path, times=None, *, ns=None, follow_symlinks=True): argument 1968 def resolve(self, file_path, follow_symlinks=True, allow_fd=False, argument 2632 def link(self, old_path, new_path, follow_symlinks=True): argument 2830 def _is_of_type(self, path, st_flag, follow_symlinks=True): argument 2858 def isdir(self, path, follow_symlinks=True): argument 2872 def isfile(self, path, follow_symlinks=True): argument 3755 def getxattr(self, path, attribute, *, follow_symlinks=True): argument [all …]
|
/external/python/cpython3/Lib/ |
D | shutil.py | 234 def copyfile(src, dst, *, follow_symlinks=True): argument 289 def copymode(src, dst, *, follow_symlinks=True): argument 311 def _copyxattr(src, dst, *, follow_symlinks=True): argument 338 def copystat(src, dst, *, follow_symlinks=True): argument 352 def _nop(*args, ns=None, follow_symlinks=None): argument 404 def copy(src, dst, *, follow_symlinks=True): argument 422 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
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 1532 .. _follow_symlinks: target in Files and Directories
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 1326 follow_symlinks_specified(const char *function_name, int follow_symlinks) in follow_symlinks_specified() 1365 int follow_symlinks) in fd_and_follow_symlinks_invalid() 1378 int follow_symlinks) in dir_fd_and_follow_symlinks_invalid() 2415 int dir_fd, int follow_symlinks) in posix_do_stat() 2805 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl() 2831 int follow_symlinks = 0; in os_lstat_impl() local 2877 int effective_ids, int follow_symlinks) in os_access_impl() 3146 int follow_symlinks) in os_chmod_impl() 3350 int follow_symlinks) in os_chflags_impl() 3538 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/llvm-project/llvm/include/llvm/Support/ |
D | FileSystem.h | 1333 : FollowSymlinks(follow_symlinks) { in FollowSymlinks() argument 1342 : 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 425 int follow_symlinks = 1; in os_chmod() local 609 int follow_symlinks = 1; in os_chflags() local 882 int follow_symlinks = 1; in os_chown() local 1104 int follow_symlinks = 1; in os_link() local 2021 int follow_symlinks = 1; in os_utime() local 7702 int follow_symlinks = 1; in os_getxattr() local 7768 int follow_symlinks = 1; in os_setxattr() local 7860 int follow_symlinks = 1; in os_removexattr() local [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_shutil.py | 921 def _chflags_raiser(path, flags, *, follow_symlinks=True): argument 974 def _raise_on_src(fname, *, follow_symlinks=True): argument
|