Home
last modified time | relevance | path

Searched defs:symlinks (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/venv/
D__init__.py47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
407 symlinks=False, with_pip=False, prompt=None, upgrade_deps=False): argument
/external/openssh/
Dsftp-realpath.c64 unsigned symlinks; in sftp_realpath() local
/external/toolchain-utils/llvm_tools/
Dupdate_chromeos_llvm_hash.py129 def GetEbuildPathsFromSymLinkPaths(symlinks): argument
/external/python/cpython3/Lib/
Dshutil.py451 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
516 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
/external/python/cpython2/Lib/
Dshutil.py159 def copytree(src, dst, symlinks=False, ignore=None): argument
/external/mksh/src/
Dmisc.c1718 int symlinks = 32; in do_realpath() local
/external/python/parse_type/tasks/_vendor/
Dpath.py1374 def merge_tree(self, dst, symlinks=False, *args, **kwargs): argument
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py1911 def create_symlinks(self, symlinks): argument