Home
last modified time | relevance | path

Searched refs:git_paths (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/aidegen/idea/
Dxml_gen.py119 def gen_vcs_xml(module_path, git_paths): argument
130 git_mappings = [_GIT_PATH.format(GIT_DIR=p) for p in git_paths if p]
/tools/asuite/aidegen/lib/
Dproject_file_gen.py239 git_paths = [common_util.find_git_root(project.project_relative_path)
241 xml_gen.gen_vcs_xml(main_project_absolute_path, git_paths)
/tools/asuite/atest-py2/
Datest_utils.py609 git_paths = subprocess.check_output(
611 for git_path in git_paths:
/tools/asuite/atest/
Datest_utils.py906 git_paths = subprocess.check_output(
908 for git_path in git_paths: