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

1 2 3 45

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_runpy.py 206 def _add_relative_modules(self, base_dir, source, depth):
210 module_dir = base_dir
  /external/autotest/scheduler/
drone_manager.py 847 base_dir = self._results_dir
849 base_dir = os.path.join(drones.AUTOTEST_INSTALL_DIR,
851 return os.path.join(base_dir, path)
    [all...]
  /system/core/adb/
test_device.py     [all...]
  /external/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
dist.py     [all...]
  /external/curl/packages/vms/
setup_gnv_curl_build.com 35 $ base_dir = f$environment("default")
65 $ cnames = "/names=(shortened,as_is)/repository=''base_dir'"
76 $ define/job gnv_hacks 'base_dir'
152 $ copy 'default_dir'gnv_conftest.c_first 'base_dir'gnv$conftest.c_first
153 $ create 'base_dir'gnv$conftest.opt
154 $ open/append opt 'base_dir'gnv$conftest.opt
159 $ purge 'base_dir'gnv$conftest.*
160 $ rename 'base_dir'gnv$conftest.* ;1
  /external/python/cpython2/Lib/distutils/
dist.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py     [all...]
  /external/autotest/client/common_lib/
utils.py 398 def locate_file(path, base_dir=None):
402 path. For relative path, it tries to locate the file from base_dir.
403 @param base_dir (optional): Base directory of the relative path.
411 if not os.path.isabs(path) and base_dir is not None:
413 path = os.path.join(base_dir, path)
    [all...]
  /external/libchrome/base/files/
file_path_unittest.cc 709 FilePath base_dir(FILE_PATH_LITERAL("base_dir"));
711 FilePath jpg = base_dir.Append(FILE_PATH_LITERAL("foo.jpg"));
718 FilePath path_no_ext = base_dir.Append(base);
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 369 char base_dir[arraysize("--classpath-dir=") + PKG_PATH_MAX]; local
375 sprintf(base_dir, "--classpath-dir=%s", apk_dir.c_str());
457 argv[i++] = base_dir;
    [all...]

Completed in 3167 milliseconds

1 2 3 45