Home
last modified time | relevance | path

Searched refs:symlinks (Results 1 – 25 of 162) sorted by relevance

1234567

/external/e2fsprogs/util/
DMakefile.in22 PROGS= subst symlinks
40 symlinks: symlinks.o
42 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o symlinks symlinks.o
Dinstall-symlink.in6 SYMLINKS=symlinks
25 --symlinks=*)
/external/python/cpython3/Lib/venv/
D__init__.py43 symlinks=False, upgrade=False, with_pip=False, prompt=None): argument
46 self.symlinks = symlinks
172 force_copy = not self.symlinks
339 symlinks=False, with_pip=False, prompt=None): argument
342 clear=clear, symlinks=symlinks, with_pip=with_pip,
411 symlinks=options.symlinks,
/external/ltp/testcases/kernel/security/prot_hsymlinks/
DREADME4 symlinks restrictions.
9 for hardlinks and symlinks.
19 1. Users who own sticky world-writable directory can't follow symlinks
/external/python/cpython3/Doc/using/
Dvenv-create.inc40 usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
54 --symlinks Try to use symlinks rather than copies, when symlinks
56 --copies Try to use copies rather than symlinks, even when
57 symlinks are the default for the platform.
/external/e2fsprogs/
DMCONFIG.in173 # Script for installing symlinks (for shared libraries)
180 $(top_builddir)/util/symlinks:
181 cd $(top_builddir)/util ; $(MAKE) symlinks
185 --symlinks=$(top_builddir)/util/symlinks
187 $(top_builddir)/util/symlinks
Dconfigure.ac162 [ --enable-symlink-install use symlinks when installing instead of hard links],
166 AC_MSG_RESULT([Disabling symlinks for install])
169 AC_MSG_RESULT([Enabling symlinks for install])
173 AC_MSG_RESULT([Disabling symlinks for install by default])
177 dnl handle --enable-relative-symlinks
180 AC_ARG_ENABLE([relative-symlinks],
181 [ --enable-relative-symlinks use relative symlinks when installing],
186 AC_MSG_RESULT([Disabling relative symlinks for install])
190 AC_MSG_RESULT([Enabling relative symlinks for install])
192 AC_ARG_ENABLE([symlink-relative-symlinks],,
[all …]
/external/vulkan-validation-layers/tests/
DCMakeLists.txt82 add_custom_target(binary-dir-symlinks ALL
95 add_custom_target(binary-dir-symlinks ALL
100 set_target_properties(binary-dir-symlinks PROPERTIES FOLDER ${LVL_TARGET_FOLDER})
/external/python/cpython3/Doc/library/
Dvenv.rst98 symlinks=False, upgrade=False, with_pip=False, \
110 * ``symlinks`` -- a Boolean value indicating whether to attempt to symlink the
182 ``python3.x`` was used, symlinks to ``python`` and ``python3`` will be
230 symlinks=False, with_pip=False)
415 parser.add_argument('--symlinks', default=use_symlinks,
416 action='store_true', dest='symlinks',
417 help='Try to use symlinks rather than copies, '
418 'when symlinks are not the default for '
442 symlinks=options.symlinks,
Dshutil.rst195 .. function:: copytree(src, dst, symlinks=False, ignore=None, \
205 If *symlinks* is true, symbolic links in the source tree are represented as
210 When *symlinks* is false, if the file pointed by the symlink doesn't
235 Copy metadata when *symlinks* is false.
241 Added the *ignore_dangling_symlinks* argument to silent dangling symlinks
242 errors when *symlinks* is false.
261 symlinks on the filesystem to delete files they wouldn't be able to access
298 removed. In case of symlinks, a new symlink pointing to the target of *src*
382 def copytree(src, dst, symlinks=False):
390 if symlinks and os.path.islink(srcname):
[all …]
/external/python/cpython2/Lib/
Dshutil.py145 def copytree(src, dst, symlinks=False, ignore=None): argument
185 if symlinks and os.path.islink(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
299 copytree(src, real_dst, symlinks=True)
/external/e2fsprogs/tests/f_badsymlinks/
Dname1 corrupted symlinks
/external/e2fsprogs/tests/f_create_symlinks/
Dname1 create fast, inlinedata, and regular symlinks
/external/e2fsprogs/tests/f_selinux/
Dname1 SE Linux generated symlinks with EA data
/external/webrtc/chromium/
DREADME3 dependencies by creating symlinks to folders in this checkout,
/external/libyuv/files/chromium/
DREADME3 dependencies by creating symlinks to folders in this checkout,
/external/python/cpython3/Lib/
Dshutil.py273 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
325 if symlinks:
330 copystat(srcname, dstname, follow_symlinks=not symlinks)
337 copytree(srcname, dstname, symlinks, ignore,
342 copytree(srcname, dstname, symlinks, ignore, copy_function)
555 symlinks=True)
/external/nos/test/system-test-harness/
D.gitignore14 # Ignore all bazel-* symlinks. There is no full list since this can change
/external/llvm/tools/llvm-ar/
DAndroid.bp15 symlinks: [
/external/autotest/client/site_tests/security_SymlinkRestrictions/
Dcontrol18 symlinks.
/external/clang/tools/driver/
DAndroid.bp95 symlinks: ["clang++"],
/external/python/cpython2/Doc/library/
Dshutil.rst99 .. function:: copytree(src, dst, symlinks=False, ignore=None)
107 If *symlinks* is true, symbolic links in the source tree are represented as
196 def copytree(src, dst, symlinks=False, ignore=None):
211 if symlinks and os.path.islink(srcname):
215 copytree(srcname, dstname, symlinks, ignore)
/external/mesa3d/src/gallium/state_trackers/nine/
DREADME12 *** Then we create some symlinks to mesa:
23 *** And finally we create some symlinks to our patched wine files:
/external/clang/
D.gitignore29 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
Dcontrol15 PURPOSE = "To avoid circumventions of verified boot by careless symlinks."

1234567