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

  /development/vndk/snapshot/
check_gpl_license.py 97 def _check_revision_exists(self, revision, git_project_path):
102 git_project_path: string, path relative to ANDROID_BUILD_TOP
104 path = utils.join_realpath(self._android_build_top, git_project_path)
  /test/vts/utils/python/coverage/
sancov_utils.py 246 git_project_path = str(project_name)
255 git_project_path = parts[-1]
271 git_project_name, git_project_path, revision,
coverage_utils.py 432 git_project_path = str(project_name)
443 git_project_path = parts[-1]
458 git_project_name, git_project_path,
468 git_project_path)
511 git_project_path = str(project[PATH])
571 git_project, git_project_path,
  /test/vts/utils/python/web/
web_utils.py 147 git_project_path,
162 git_project_path: the path from the root to the git project
183 src_file_path = os.path.relpath(src_file_path, git_project_path)

Completed in 84 milliseconds