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

  /external/autotest/site_utils/docgen/
CreateDocs.py 116 self.autotest_root = self.options.autotest_dir
130 self.site_dir = os.path.join(self.autotest_root, 'client', 'site_tests')
131 self.test_dir = os.path.join(self.autotest_root, 'client', 'tests')
150 test_path = os.path.join(self.autotest_root, path)
574 dashboard_root = os.path.join(self.autotest_root, 'results',
  /external/autotest/utils/
run_pylint.py 61 autotest_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) variable
62 sys.path.insert(0, autotest_root)

Completed in 251 milliseconds