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

1 23 4

  /sdk/hierarchyviewer/etc/
hierarchyviewer1.bat 19 rem Set up prog to be the path of this script, including following symlinks,
  /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)
  /external/chromium_org/remoting/webapp/
plugin_settings.js 6 // Keeping all that centralized here allows us to use symlinks for the other
  /prebuilts/devtools/tools/
lint.bat 19 rem Set up prog to be the path of this script, including following symlinks,
monkeyrunner.bat 19 rem Set up prog to be the path of this script, including following symlinks,
traceview.bat 19 rem Set up prog to be the path of this script, including following symlinks,
uiautomatorviewer.bat 19 rem Set up prog to be the path of this script, including following symlinks,
ddms.bat 19 rem Set up prog to be the path of this script, including following symlinks,
hierarchyviewer.bat 19 rem Set up prog to be the path of this script, including following symlinks,
android.bat 23 rem Set up prog to be the path of this script, including following symlinks,
  /build/tools/releasetools/
ota_from_target_files 341 list of symlinks. output_zip may be None, in which case the copy is
347 symlinks = []
355 symlinks.append((input_zip.read(info.filename),
373 symlinks.sort()
374 return symlinks
577 symlinks = CopyPartitionFiles(system_items, input_zip, output_zip) variable
578 script.MakeSymlinks(symlinks)
608 symlinks = CopyPartitionFiles(vendor_items, input_zip, output_zip)
609 script.MakeSymlinks(symlinks)
    [all...]
  /dalvik/dx/etc/
dx.bat 21 REM Set up prog to be the path of this script, including following symlinks,
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 141 Like B<--copy>, but allows symlinks to point out of the volume. Empty symlink
144 This option is useful for adding symlinks to external resources,
590 # copy files and/or create symlinks
869 # Copies files or create symlinks in the disk image.
    [all...]
  /external/mksh/src/
misc.c 1419 int symlinks = 32; local
    [all...]
  /sdk/adtproductbuild/
Android.mk 95 # don't support symlinks, this just gets copied over. We don't really need this file as users just
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 110 # Make symlinks instead copying files. This is handy during debugging, but
763 shutil.copytree(src, dst, symlinks=1)
    [all...]
  /external/e2fsprogs/
configure 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    [all...]
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]

Completed in 541 milliseconds

1 23 4