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

  /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 85 self._root_path = android_build.GetTop()
238 core_test_path = os.path.join(self._root_path, self._CORE_TEST_PATH)
242 vendor_tests_pattern = os.path.join(self._root_path,
306 target_build_string, self._options.make_jobs, self._root_path,
317 self._options.make_jobs, self._root_path, extra_args_string, " ".join(mmma_goals))
359 abs_install_path = os.path.join(self._root_path, install_path)
377 abs_install_path = os.path.join(self._root_path, install_path)
403 os.chdir(self._root_path)

Completed in 71 milliseconds