Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Ddev-setup.c35 static const char symlinks[] = in dev_setup() local
/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/eudev/src/libudev/
Dlibudev-device.c1366 char symlinks[UTIL_PATH_SIZE]; in udev_device_get_properties_list_entry() local
/third_party/typescript/src/compiler/
Dutilities.ts6428 const symlinks = flatten<readonly [string, string]>(mapDefined(files, sf => constant