HomeSort by relevance Sort by last modified time
    Searched refs:_root_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
redirector.py 13 self._root_path = root_path
36 posixpath.join(self._root_path, dirname, 'redirects.json'))
66 for root, dirs, files in self._file_system.Walk(self._root_path):
69 self._root_path, root).rstrip('/'))
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_launcher.py 39 self._root_path = root_path
50 if self._root_path is not None:
51 chromedriver_args += ['--root=%s' % self._root_path]
  /development/testrunner/coverage/
coverage.py 60 self._root_path = android_build.GetTop()
64 self._emma_jar_path = os.path.join(self._root_path, self._EMMA_JAR)
172 src_list.append("-sp %s" % os.path.join(self._root_path, path))
246 core_target_path = os.path.join(self._root_path, self._CORE_TARGET_PATH)
250 vendor_targets_pattern = os.path.join(self._root_path,
  /development/testrunner/
runtest.py 84 self._root_path = android_build.GetTop()
220 core_test_path = os.path.join(self._root_path, self._CORE_TEST_PATH)
224 vendor_tests_pattern = os.path.join(self._root_path,
276 target_build_string, self._options.make_jobs, self._root_path,
297 abs_install_path = os.path.join(self._root_path, install_path)
310 abs_install_path = os.path.join(self._root_path, install_path)
343 os.chdir(self._root_path)

Completed in 4345 milliseconds