Searched refs:dashboard_root_path (Results 1 – 1 of 1) sorted by relevance
51 dashboard_root_path = os.path.join(catapult_path, 'dashboard') variable in DashboardProject52 dashboard_src_path = os.path.join(dashboard_root_path, 'dashboard')53 dashboard_test_data_path = os.path.join(dashboard_root_path, 'test_data')67 self._source_paths.append(self.dashboard_root_path)85 return [os.path.relpath(x, self.dashboard_root_path)