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

  /bionic/tools/bionicbb/
presubmit.py 111 project_path = '/'.join(project.split('/')[1:])
112 if not project_path:
114 if project_path.startswith('platform/'):
116 project, project_path))
121 'PROJECT': project_path
  /development/tools/repo_diff/
repo_diff_android.py 102 def get_commit_with_keyword(project_path, keyword):
103 """Get the latest commit in $project_path with the specific keyword."""
108 (project_path, keyword), shell=True).rstrip()
  /frameworks/rs/
build_rs.py 300 project_path = android_path(project)
301 license_pattern = os.path.join(project_path, 'MODULE_LICENSE_*')
304 with open(os.path.join(project_path, 'NOTICE')) as notice_file:
  /external/autotest/utils/
compile_gwt_clients.py 34 project_path = os.path.join(src_path, project)
35 for file in os.listdir(project_path):
  /external/clang/
build.py 569 project_path = android_path('external', project)
570 license_pattern = os.path.join(project_path, 'MODULE_LICENSE_*')
573 with open(os.path.join(project_path, 'NOTICE')) as notice_file:

Completed in 772 milliseconds