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

1 2 3 4 5

  /external/v8/tools/mb/
mb 6 base_dir=$(dirname "$0")
8 PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/mb.py" "$@"
  /toolchain/binutils/binutils-2.25/gas/testsuite/config/
default.exp 21 set AS [findfile $base_dir/../as-new "../as-new" [transform as]]
30 set OBJDUMP [findfile $base_dir/../../binutils/objdump \
31 $base_dir/../../binutils/objdump \
40 set NM [findfile $base_dir/../../binutils/nm-new \
41 $base_dir/../../binutils/nm-new \
50 set OBJCOPY [findfile $base_dir/../../binutils/objcopy]
58 set READELF [findfile $base_dir/../../binutils/readelf]
66 set ADDR2LINE [findfile $base_dir/../../binutils/addr2line]
  /external/jsoncpp/devtools/
tarball.py 7 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''):
11 base_dir: if a source file is in a sub-directory of base_dir, then base_dir is stripped
16 base_dir = os.path.normpath( os.path.abspath( base_dir ) )
18 """Makes path relative to base_dir."""
20 common_path = os.path.commonprefix( (base_dir, path) )
44 def decompress( tarball_path, base_dir ):
45 """Decompress the gzipped tarball into directory base_dir
    [all...]
  /external/zlib/
update_zlib.sh 9 base_dir=$(realpath $(dirname $0))
24 src_dir=$base_dir/src
28 cd $base_dir
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
default.exp 25 set NM [findfile $base_dir/nm-new $base_dir/nm-new [transform nm]]
31 set SIZE [findfile $base_dir/size]
37 set OBJDUMP [findfile $base_dir/objdump]
43 set OBJCOPY [findfile $base_dir/objcopy]
49 set AR [findfile $base_dir/ar]
52 set STRIP [findfile $base_dir/strip-new $base_dir/strip-new [transform strip]]
58 set READELF [findfile $base_dir/readelf]
64 set ELFEDIT [findfile $base_dir/elfedit
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/config/
default.exp 25 set ld [findfile $base_dir/ld-new $base_dir/ld-new [transform ld]]
29 set as [findfile $base_dir/../gas/as-new $base_dir/../gas/as-new [transform as]]
33 set nm [findfile $base_dir/../binutils/nm-new $base_dir/../binutils/nm-new [transform nm]]
37 set objdump [findfile $base_dir/../binutils/objdump]
41 set objcopy [findfile $base_dir/../binutils/objcopy]
45 set ar [findfile $base_dir/../binutils/ar]
49 set strip [findfile $base_dir/../binutils/strip-new $base_dir/../binutils/strip-new [transform strip]
    [all...]
  /external/v8/tools/release/
test_mergeinfo.py 20 base_dir = TEST_CONFIG["GIT_REPO"] variable in class:TestMergeInfo
24 fullCommand = ["git", "-C", self.base_dir] + git_args
34 if path.exists(self.base_dir):
35 shutil.rmtree(self.base_dir)
37 check_call(["git", "init", self.base_dir])
45 if path.exists(self.base_dir):
46 shutil.rmtree(self.base_dir)
78 self.base_dir,
90 self.base_dir,
110 self.base_dir,
    [all...]
test_search_related_commits.py 20 base_dir = TEST_CONFIG["GIT_REPO"] variable in class:TestSearchRelatedCommits
24 fullCommand = ["git", "-C", self.base_dir] + git_args
34 if path.exists(self.base_dir):
35 shutil.rmtree(self.base_dir)
37 check_call(["git", "init", self.base_dir])
60 if path.exists(self.base_dir):
61 shutil.rmtree(self.base_dir)
102 self.base_dir, hash_of_first_commit, "HEAD", None)
122 self.base_dir, hash_of_first_commit, "HEAD", None)
146 self.base_dir,
    [all...]
  /system/tools/aidl/
io_delegate.cpp 123 string base_dir = caller_base_dir; local
124 if (base_dir.empty()) {
125 base_dir = ".";
128 if (base_dir[base_dir.size() - 1] != OS_PATH_SEPARATOR) {
129 base_dir += OS_PATH_SEPARATOR;
131 base_dir += subdir;
134 success = _mkdir(base_dir.c_str()) == 0;
136 success = mkdir(base_dir.c_str(),
141 LOG(ERROR) << "Error while creating " << base_dir << ":
    [all...]
  /external/libmojo/mojo/public/tools/gn/
zip.py 23 def DoZip(inputs, link_inputs, zip_inputs, output, base_dir):
27 file_name = os.path.relpath(f, base_dir)
32 file_name = os.path.relpath(realf, base_dir)
76 base_dir = options.base_dir
78 DoZip(inputs, link_inputs, zip_inputs, output, base_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
54 'base_dir'.
63 The output tar file will be named 'base_dir' + ".tar", possibly plus
103 tar.add(base_dir, filter=_set_uid_gid)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
122 """Create a zip file from all the files under 'base_dir'.
147 spawn(["zip", zipoptions, zip_filename, base_dir],
159 zip_filename, base_dir)
165 for dirpath, dirnames, filenames in os.walk(base_dir):
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0,
    [all...]
  /external/python/cpython2/Lib/distutils/
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
54 'base_dir'.
63 The output tar file will be named 'base_dir' + ".tar", possibly plus
103 tar.add(base_dir, filter=_set_uid_gid)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
122 """Create a zip file from all the files under 'base_dir'.
147 spawn(["zip", zipoptions, zip_filename, base_dir],
159 zip_filename, base_dir)
165 for dirpath, dirnames, filenames in os.walk(base_dir):
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
54 'base_dir'.
63 The output tar file will be named 'base_dir' + ".tar", possibly plus
103 tar.add(base_dir, filter=_set_uid_gid)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
122 """Create a zip file from all the files under 'base_dir'.
147 spawn(["zip", zipoptions, zip_filename, base_dir],
159 zip_filename, base_dir)
165 for dirpath, dirnames, filenames in os.walk(base_dir):
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
54 'base_dir'.
63 The output tar file will be named 'base_dir' + ".tar", possibly plus
103 tar.add(base_dir, filter=_set_uid_gid)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
122 """Create a zip file from all the files under 'base_dir'.
147 spawn(["zip", zipoptions, zip_filename, base_dir],
159 zip_filename, base_dir)
165 for dirpath, dirnames, filenames in os.walk(base_dir):
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
54 'base_dir'.
63 The output tar file will be named 'base_dir' + ".tar", possibly plus
103 tar.add(base_dir, filter=_set_uid_gid)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
122 """Create a zip file from all the files under 'base_dir'.
147 spawn(["zip", zipoptions, zip_filename, base_dir],
159 zip_filename, base_dir)
165 for dirpath, dirnames, filenames in os.walk(base_dir):
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 51 def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_run=0,
54 'base_dir'.
63 The output tar file will be named 'base_dir' + ".tar", possibly plus
103 tar.add(base_dir, filter=_set_uid_gid)
121 def make_zipfile(base_name, base_dir, verbose=0, dry_run=0):
122 """Create a zip file from all the files under 'base_dir'.
147 spawn(["zip", zipoptions, zip_filename, base_dir],
159 zip_filename, base_dir)
165 for dirpath, dirnames, filenames in os.walk(base_dir):
193 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0
    [all...]
  /art/runtime/
class_loader_context.h 89 std::string EncodeContextForOatFile(const std::string& base_dir) const;
95 std::string EncodeContextForDex2oat(const std::string& base_dir) const;
201 std::string EncodeContext(const std::string& base_dir, bool for_dex2oat) const;
  /external/pdfium/testing/tools/
common.py 66 self.base_dir = self.pdfium_dir
67 one_up_dir = os.path.dirname(self.base_dir)
71 self.base_dir = two_up_dir
72 self.build_dir = os.path.join(self.base_dir, build_location)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
sdist.py 333 base_dir = self.distribution.get_fullname()
336 self.filelist.exclude_pattern(None, prefix=base_dir)
388 def make_release_tree(self, base_dir, files):
391 'files' are created under 'base_dir', and then we hard link or copy
397 # Create all the directories under 'base_dir' necessary to
400 self.mkpath(base_dir)
401 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
405 # corresponding location under 'base_dir', or copying each file
406 # that's out-of-date in 'base_dir'. (Usually, all files will be
407 # out-of-date, because by default we blow away 'base_dir' when
    [all...]
  /external/python/cpython2/Lib/distutils/command/
sdist.py 342 base_dir = self.distribution.get_fullname()
345 self.filelist.exclude_pattern(None, prefix=base_dir)
401 def make_release_tree(self, base_dir, files):
404 'files' are created under 'base_dir', and then we hard link or copy
410 # Create all the directories under 'base_dir' necessary to
413 self.mkpath(base_dir)
414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
418 # corresponding location under 'base_dir', or copying each file
419 # that's out-of-date in 'base_dir'. (Usually, all files will be
420 # out-of-date, because by default we blow away 'base_dir' whe
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 342 base_dir = self.distribution.get_fullname()
345 self.filelist.exclude_pattern(None, prefix=base_dir)
401 def make_release_tree(self, base_dir, files):
404 'files' are created under 'base_dir', and then we hard link or copy
410 # Create all the directories under 'base_dir' necessary to
413 self.mkpath(base_dir)
414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
418 # corresponding location under 'base_dir', or copying each file
419 # that's out-of-date in 'base_dir'. (Usually, all files will be
420 # out-of-date, because by default we blow away 'base_dir' whe
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 342 base_dir = self.distribution.get_fullname()
345 self.filelist.exclude_pattern(None, prefix=base_dir)
401 def make_release_tree(self, base_dir, files):
404 'files' are created under 'base_dir', and then we hard link or copy
410 # Create all the directories under 'base_dir' necessary to
413 self.mkpath(base_dir)
414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
418 # corresponding location under 'base_dir', or copying each file
419 # that's out-of-date in 'base_dir'. (Usually, all files will be
420 # out-of-date, because by default we blow away 'base_dir' whe
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 342 base_dir = self.distribution.get_fullname()
345 self.filelist.exclude_pattern(None, prefix=base_dir)
401 def make_release_tree(self, base_dir, files):
404 'files' are created under 'base_dir', and then we hard link or copy
410 # Create all the directories under 'base_dir' necessary to
413 self.mkpath(base_dir)
414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
418 # corresponding location under 'base_dir', or copying each file
419 # that's out-of-date in 'base_dir'. (Usually, all files will be
420 # out-of-date, because by default we blow away 'base_dir' whe
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 342 base_dir = self.distribution.get_fullname()
345 self.filelist.exclude_pattern(None, prefix=base_dir)
401 def make_release_tree(self, base_dir, files):
404 'files' are created under 'base_dir', and then we hard link or copy
410 # Create all the directories under 'base_dir' necessary to
413 self.mkpath(base_dir)
414 dir_util.create_tree(base_dir, files, dry_run=self.dry_run)
418 # corresponding location under 'base_dir', or copying each file
419 # that's out-of-date in 'base_dir'. (Usually, all files will be
420 # out-of-date, because by default we blow away 'base_dir' whe
    [all...]
  /external/chromium-trace/
systrace.py 20 def RemoveAllStalePycFiles(base_dir):
22 for dirname, _, filenames in os.walk(base_dir):

Completed in 365 milliseconds

1 2 3 4 5