HomeSort by relevance Sort by last modified time
    Searched refs:symlinks (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/e2fsprogs/util/
Makefile.in 22 PROGS= subst symlinks
40 symlinks: symlinks.o
42 $(Q) $(BUILD_CC) $(BUILD_LDFLAGS) -o symlinks symlinks.o
install-symlink.in 6 SYMLINKS=symlinks
25 --symlinks=*)
26 SYMLINKS=$(echo $1 | sed -e 's/--symlinks=//')
37 FIX_SYMLINK="$SYMLINKS -c"
  /build/make/
Android.mk 3 # We're relocating the build project to a subdirectory, then using symlinks
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_windows.go 43 return false, ": symlinks are not supported on your version of Windows"
45 return false, ": you don't have enough privileges to create symlinks"
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv_windows.go 43 return false, ": symlinks are not supported on your version of Windows"
45 return false, ": you don't have enough privileges to create symlinks"
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
realpath.c 56 unsigned symlinks; variable
75 symlinks = 0;
170 if (symlinks++ > MAXSYMLINKS) {
  /external/openssh/openbsd-compat/
realpath.c 66 unsigned symlinks; local
85 symlinks = 0;
172 if (symlinks++ > SYMLOOP_MAX) {
  /system/core/init/
Android.mk 94 # Create symlinks.
  /build/soong/cc/
binary.go 41 // install symlinks to the binary. Symlink names will have the suffix and the binary
43 Symlinks []string `android:"arch_variant"`
81 // Names of symlinks to be installed for use in LOCAL_MODULE_SYMLINKS
82 symlinks []string
330 for _, symlink := range binary.Properties.Symlinks {
331 binary.symlinks = append(binary.symlinks,
340 binary.symlinks = append(binary.symlinks, ctx.baseModuleName())
344 for _, symlink := range binary.symlinks {
    [all...]
  /frameworks/base/core/tests/overlaytests/
testrunner.py 478 def _create_setup_idmap_path_task(idmaps, symlinks):
481 RmTask(symlinks),
484 MkdirTask(symlinks),
488 def _create_setup_idmap_scan_task(idmaps, symlinks):
491 RmTask(symlinks),
494 MkdirTask(symlinks),
634 symlinks='/data/local/tmp/symlinks' variable
638 tasks.append(_create_setup_idmap_path_task(idmaps, symlinks))
646 tasks.append(_create_setup_idmap_scan_task(idmaps, symlinks))
    [all...]
  /prebuilts/devtools/tools/
draw9patch.bat 19 rem Set up prog to be the path of this script, including following symlinks,
jobb.bat 19 rem Set up prog to be the path of this script, including following symlinks,
lint.bat 19 rem Set up prog to be the path of this script, including following symlinks,
  /sdk/apkbuilder/etc/
apkbuilder.bat 19 rem Set up prog to be the path of this script, including following symlinks,
  /sdk/files/
post_tools_install.bat 22 rem Set up prog to be the path of this script, including following symlinks,
  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 19 rem Set up prog to be the path of this script, including following symlinks,
  /system/core/toolbox/
Android.mk 32 # Install the symlinks.
  /device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py 108 "--symlinks",
109 action = "store", type = "string", dest = "symlinks",
110 default = os.path.join(self.base_dir, 'symlinks'),
139 self.symlinks = os.path.realpath(os.path.expanduser(self.options.symlinks))
159 print "Create symlinks directory :", self.Relative(self.symlinks)
188 for path in (self.src_dir, self.build_dir,self.prefix, self.symlinks):
518 links_dir = os.path.join(self.config.symlinks, self.config.arch)
529 print 'Making symlinks in %s:' % self.config.Relative(links_dir)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 145 def copytree(src, dst, symlinks=False, ignore=None):
151 If the optional symlinks flag is true, symbolic links in the
185 if symlinks and os.path.islink(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
229 # symlinks to directories are forbidden, see bug #1669
299 copytree(src, real_dst, symlinks=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 142 def copytree(src, dst, symlinks=False, ignore=None):
148 If the optional symlinks flag is true, symbolic links in the
182 if symlinks and os.path.islink(srcname):
186 copytree(srcname, dstname, symlinks, ignore)
226 # symlinks to directories are forbidden, see bug #1669
295 copytree(src, real_dst, symlinks=True)
  /external/python/cpython2/Lib/
shutil.py 145 def copytree(src, dst, symlinks=False, ignore=None):
151 If the optional symlinks flag is true, symbolic links in the
185 if symlinks and os.path.islink(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
229 # symlinks to directories are forbidden, see bug #1669
299 copytree(src, real_dst, symlinks=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 145 def copytree(src, dst, symlinks=False, ignore=None):
151 If the optional symlinks flag is true, symbolic links in the
185 if symlinks and os.path.islink(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
229 # symlinks to directories are forbidden, see bug #1669
298 copytree(src, real_dst, symlinks=True)
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 145 def copytree(src, dst, symlinks=False, ignore=None):
151 If the optional symlinks flag is true, symbolic links in the
185 if symlinks and os.path.islink(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
229 # symlinks to directories are forbidden, see bug #1669
298 copytree(src, real_dst, symlinks=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 145 def copytree(src, dst, symlinks=False, ignore=None):
151 If the optional symlinks flag is true, symbolic links in the
185 if symlinks and os.path.islink(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
229 # symlinks to directories are forbidden, see bug #1669
298 copytree(src, real_dst, symlinks=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 145 def copytree(src, dst, symlinks=False, ignore=None):
151 If the optional symlinks flag is true, symbolic links in the
185 if symlinks and os.path.islink(srcname):
189 copytree(srcname, dstname, symlinks, ignore)
229 # symlinks to directories are forbidden, see bug #1669
298 copytree(src, real_dst, symlinks=True)

Completed in 1362 milliseconds

1 2 3 4