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

1 23 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 94 site.addpackage(pth_file.base_dir, pth_file.filename, set())
159 site.addsitedir(pth_file.base_dir, set())
264 self.base_dir = os.path.abspath('')
265 self.file_path = os.path.join(self.base_dir, self.filename)
269 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
270 self.bad_dir_path = os.path.join(self.base_dir, self.bad_dirname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 94 site.addpackage(pth_file.base_dir, pth_file.filename, set())
159 site.addsitedir(pth_file.base_dir, set())
264 self.base_dir = os.path.abspath('')
265 self.file_path = os.path.join(self.base_dir, self.filename)
269 self.good_dir_path = os.path.join(self.base_dir, self.good_dirname)
270 self.bad_dir_path = os.path.join(self.base_dir, self.bad_dirname)
  /external/curl/
update_curl.sh 20 base_dir=$(realpath $(dirname $0))
21 cd "${base_dir}"
  /external/devlib/devlib/module/
android.py 116 def get_mapping(base_dir, partition_file):
123 image_path = os.path.join(base_dir, pair[1])
  /system/tools/aidl/tests/
fake_io_delegate.h 47 const std::string& base_dir,
  /external/toolchain-utils/cros_utils/
buildbot_utils.py 219 base_dir = os.getcwd()
249 os.chdir(base_dir)
269 build_info = GetBuildInfo(base_dir, build)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 420 prefix=None, base_dir=None,
436 source filename, and 'base_dir' is a directory name that will be
438 (or neither) of 'prefix' and 'base_dir', as you wish.
506 prefix=%r, base_dir=%r,
509 """ % (optimize, force, prefix, base_dir, verbose))
546 if base_dir:
547 dfile = os.path.join(base_dir, dfile)
dir_util.py 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
83 """Create all the empty directories under 'base_dir' needed to put 'files'
86 'base_dir' is just the a name of a directory which doesn't necessarily
88 'base_dir'. 'base_dir' + the directory portion of every file in 'files'
95 need_dir[os.path.join(base_dir, os.path.dirname(file))] = 1
  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 240 base_dir, root_dir, base_name = self._create_files()
242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
246 res = make_archive(base_name, 'zip', root_dir, base_dir)
249 res = make_archive(base_name, 'tar', root_dir, base_dir,
253 res = make_archive(base_name, 'tar', root_dir, base_dir,
  /external/python/cpython2/Lib/distutils/
util.py 330 prefix=None, base_dir=None,
346 source filename, and 'base_dir' is a directory name that will be
348 (or neither) of 'prefix' and 'base_dir', as you wish.
416 prefix=%r, base_dir=%r,
419 """ % (optimize, force, prefix, base_dir, verbose))
456 if base_dir:
457 dfile = os.path.join(base_dir, dfile)
dir_util.py 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
83 """Create all the empty directories under 'base_dir' needed to put 'files'
86 'base_dir' is just the name of a directory which doesn't necessarily
88 'base_dir'. 'base_dir' + the directory portion of every file in 'files'
95 need_dir[os.path.join(base_dir, os.path.dirname(file))] = 1
  /external/valgrind/coregrind/
m_options.c 172 const HChar *base_dir; local
177 base_dir = VG_(get_startup_wd)();
293 if (base_dir == NULL) {
297 len = VG_(strlen)(base_dir) + 1 + VG_(strlen)(out) + 1;
300 VG_(strcpy)(absout, base_dir);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 352 prefix=None, base_dir=None,
368 source filename, and 'base_dir' is a directory name that will be
370 (or neither) of 'prefix' and 'base_dir', as you wish.
438 prefix=%r, base_dir=%r,
441 """ % (optimize, force, prefix, base_dir, verbose))
478 if base_dir:
479 dfile = os.path.join(base_dir, dfile)
dir_util.py 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
83 """Create all the empty directories under 'base_dir' needed to put 'files'
86 'base_dir' is just the a name of a directory which doesn't necessarily
88 'base_dir'. 'base_dir' + the directory portion of every file in 'files'
95 need_dir[os.path.join(base_dir, os.path.dirname(file))] = 1
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 352 prefix=None, base_dir=None,
368 source filename, and 'base_dir' is a directory name that will be
370 (or neither) of 'prefix' and 'base_dir', as you wish.
438 prefix=%r, base_dir=%r,
441 """ % (optimize, force, prefix, base_dir, verbose))
478 if base_dir:
479 dfile = os.path.join(base_dir, dfile)
dir_util.py 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
83 """Create all the empty directories under 'base_dir' needed to put 'files'
86 'base_dir' is just the a name of a directory which doesn't necessarily
88 'base_dir'. 'base_dir' + the directory portion of every file in 'files'
95 need_dir[os.path.join(base_dir, os.path.dirname(file))] = 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 240 base_dir, root_dir, base_name = self._create_files()
242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
246 res = make_archive(base_name, 'zip', root_dir, base_dir)
249 res = make_archive(base_name, 'tar', root_dir, base_dir,
253 res = make_archive(base_name, 'tar', root_dir, base_dir,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 352 prefix=None, base_dir=None,
368 source filename, and 'base_dir' is a directory name that will be
370 (or neither) of 'prefix' and 'base_dir', as you wish.
438 prefix=%r, base_dir=%r,
441 """ % (optimize, force, prefix, base_dir, verbose))
478 if base_dir:
479 dfile = os.path.join(base_dir, dfile)
dir_util.py 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
83 """Create all the empty directories under 'base_dir' needed to put 'files'
86 'base_dir' is just the a name of a directory which doesn't necessarily
88 'base_dir'. 'base_dir' + the directory portion of every file in 'files'
95 need_dir[os.path.join(base_dir, os.path.dirname(file))] = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 240 base_dir, root_dir, base_name = self._create_files()
242 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
246 res = make_archive(base_name, 'zip', root_dir, base_dir)
249 res = make_archive(base_name, 'tar', root_dir, base_dir,
253 res = make_archive(base_name, 'tar', root_dir, base_dir,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 352 prefix=None, base_dir=None,
368 source filename, and 'base_dir' is a directory name that will be
370 (or neither) of 'prefix' and 'base_dir', as you wish.
438 prefix=%r, base_dir=%r,
441 """ % (optimize, force, prefix, base_dir, verbose))
478 if base_dir:
479 dfile = os.path.join(base_dir, dfile)
dir_util.py 82 def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0):
83 """Create all the empty directories under 'base_dir' needed to put 'files'
86 'base_dir' is just the a name of a directory which doesn't necessarily
88 'base_dir'. 'base_dir' + the directory portion of every file in 'files'
95 need_dir[os.path.join(base_dir, os.path.dirname(file))] = 1
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
ar.exp 36 global base_dir
127 set exec_output [binutils_run "$base_dir/$bfdtest" "$dest"]
235 global base_dir
262 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive"]
292 global base_dir
329 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive"]
336 set exec_output [binutils_run "$base_dir/$bfdtest" "$archive2"]
564 if { [file exists $base_dir/bfdtest1] && [file exists $base_dir/bfdtest2] } {
  /external/skia/infra/bots/recipe_modules/skia_swarming/
api.py 70 def create_isolated_gen_json(self, isolate_path, base_dir, os_type,
76 base_dir: path obj. Dir that is the base of all paths in the isolate file.
101 'dir': base_dir,
  /external/trappy/trappy/plotter/
EventPlot.py 270 base_dir = os.path.dirname(os.path.realpath(__file__))
271 css_file = os.path.join(base_dir, "css/EventPlot.css")

Completed in 502 milliseconds

1 23 4 5