HomeSort by relevance Sort by last modified time
    Searched refs:_root_path (Results 1 - 3 of 3) 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()
242 core_test_path = os.path.join(self._root_path, self._CORE_TEST_PATH)
246 vendor_tests_pattern = os.path.join(self._root_path,
319 target_build_string, self._options.make_jobs, self._root_path,
323 self._options.make_jobs, self._root_path, extra_args_string, " ".join(mmma_goals))
365 abs_install_path = os.path.join(self._root_path, install_path)
383 abs_install_path = os.path.join(self._root_path, install_path)
409 os.chdir(self._root_path)
  /external/autotest/client/cros/crash/
user_crash_test.py 72 self._root_path = root_path
199 execution. Relative to |_root_path|.
225 dest = os.path.join(self._root_path,

Completed in 494 milliseconds