Home
last modified time | relevance | path

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

/third_party/python/Lib/venv/
D__init__.py47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
418 symlinks=False, with_pip=False, prompt=None, upgrade_deps=False): argument
/third_party/node/test/es-module/
Dtest-esm-symlink-type.js14 const symlinks = [ variable
/third_party/python/Lib/
Dshutil.py450 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
515 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts34 symlinks?: string[]; property
/third_party/mksh/
Dmisc.c1718 int symlinks = 32; in do_realpath() local
/third_party/typescript/src/harness/
DharnessIO.ts1184 symlinks?: vfs.FileSet; property
DfourslashImpl.ts17 symlinks?: string[]; property
30 symlinks: vfs.FileSet | undefined; property
/third_party/typescript/src/compiler/
Dutilities.ts6356 const symlinks = flatten<readonly [string, string]>(mapDefined(files, sf => constant