HomeSort by relevance Sort by last modified time
    Searched refs:base_dir (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin.exp 37 global base_dir
40 set plugin_name [file_contents "$base_dir/libldtestplug.la"]
46 catch "exec $base_dir/libtool --config" lt_config
52 set plugin_path "$base_dir/$lt_objdir/$plugin_name"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
sysroot-prefix.exp 52 # "$base_dir/tmpdir", the full path to the location of the script
159 global base_dir
163 regsub -all "@cwd@" $templ "$base_dir/tmpdir" templ
164 regsub -all "@cwd@" $ldopt "$base_dir/tmpdir" ldopt
  /external/libmojo/build/android/gyp/util/
build_utils.py 296 def DoZip(inputs, output, base_dir=None):
302 base_dir: Prefix to strip from inputs.
307 tup = (os.path.relpath(tup, base_dir), tup)
317 def ZipDir(output, base_dir):
320 for root, _, files in os.walk(base_dir):
323 DoZip(inputs, output, base_dir)
  /external/boringssl/src/util/
generate_build_files.py 464 base_dir = os.path.dirname(output_filename)
465 if not os.path.isdir(base_dir):
466 os.makedirs(base_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cmd.py 388 def make_archive(self, base_name, format, root_dir=None, base_dir=None,
391 base_dir, dry_run=self.dry_run,
  /external/autotest/utils/
check_patch.py 307 self.base_dir = os.getcwd()
343 patch_dest = os.path.join(self.base_dir, 'patchwork-%s.patch' % id)
  /external/python/cpython2/Lib/distutils/
cmd.py 388 def make_archive(self, base_name, format, root_dir=None, base_dir=None,
391 base_dir, dry_run=self.dry_run,
  /external/toolchain-utils/dejagnu/
gdb_dejagnu.py 84 def __init__(self, base_dir, source_dir, chromeos_root, remote, board,
97 self._base_dir = base_dir
run_dejagnu.py 112 def __init__(self, base_dir, mount, chromeos_root, remote, board, flags,
131 self._base_dir = base_dir
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 388 def make_archive(self, base_name, format, root_dir=None, base_dir=None,
391 base_dir, dry_run=self.dry_run,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 388 def make_archive(self, base_name, format, root_dir=None, base_dir=None,
391 base_dir, dry_run=self.dry_run,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 388 def make_archive(self, base_name, format, root_dir=None, base_dir=None,
391 base_dir, dry_run=self.dry_run,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 388 def make_archive(self, base_name, format, root_dir=None, base_dir=None,
391 base_dir, dry_run=self.dry_run,
  /external/libchrome/base/files/
file_util.h 257 BASE_EXPORT bool CreateTemporaryDirInDir(const FilePath& base_dir,
file_util_posix.cc 554 static bool CreateTemporaryDirInDirImpl(const FilePath& base_dir,
561 FilePath sub_dir = base_dir.Append(name_tmpl);
575 bool CreateTemporaryDirInDir(const FilePath& base_dir,
580 return CreateTemporaryDirInDirImpl(base_dir, mkdtemp_template, new_dir);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 490 base_dir, root_dir, base_name = self._create_files()
492 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
496 res = make_archive(base_name, 'zip', root_dir, base_dir)
499 res = make_archive(base_name, 'tar', root_dir, base_dir,
503 res = make_archive(base_name, 'tar', root_dir, base_dir,
test_runpy.py 204 def _add_relative_modules(self, base_dir, source, depth):
208 module_dir = base_dir
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 524 base_dir, root_dir, base_name = self._create_files()
526 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
530 res = make_archive(base_name, 'zip', root_dir, base_dir)
533 res = make_archive(base_name, 'tar', root_dir, base_dir,
537 res = make_archive(base_name, 'tar', root_dir, base_dir,
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 524 base_dir, root_dir, base_name = self._create_files()
526 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
530 res = make_archive(base_name, 'zip', root_dir, base_dir)
533 res = make_archive(base_name, 'tar', root_dir, base_dir,
537 res = make_archive(base_name, 'tar', root_dir, base_dir,
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 524 base_dir, root_dir, base_name = self._create_files()
526 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
530 res = make_archive(base_name, 'zip', root_dir, base_dir)
533 res = make_archive(base_name, 'tar', root_dir, base_dir,
537 res = make_archive(base_name, 'tar', root_dir, base_dir,
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 524 base_dir, root_dir, base_name = self._create_files()
526 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
530 res = make_archive(base_name, 'zip', root_dir, base_dir)
533 res = make_archive(base_name, 'tar', root_dir, base_dir,
537 res = make_archive(base_name, 'tar', root_dir, base_dir,
  /external/python/cpython2/Lib/test/
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir

Completed in 1957 milliseconds

1 2 34 5