Searched refs:project_src_path (Results 1 – 3 of 3) sorted by relevance
39 def check_project_src_path(project_src_path): argument41 if not os.path.exists(project_src_path):44 'Are you mounting it correctly?', project_src_path)178 if config.project_src_path and not check_project_src_path(179 config.project_src_path):
171 self.project_src_path = get_project_src_path(self.workspace)
172 manager = repo_manager.RepoManager(self.config.project_src_path)