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

  /external/skia/infra/bots/recipe_modules/env/
api.py 14 upstream_path = env.get('PATH', '')
17 if upstream_path and my_path and upstream_path != my_path:
18 env['PATH'] = upstream_path.replace(r'%(PATH)s', my_path)
  /external/skqp/infra/bots/recipe_modules/env/
api.py 14 upstream_path = env.get('PATH', '')
17 if upstream_path and my_path and upstream_path != my_path:
18 env['PATH'] = upstream_path.replace(r'%(PATH)s', my_path)
  /development/tools/repo_diff/
repo_diff_trees.py 492 parser.add_argument('upstream_path', help='Path to an upstream source tree.')
514 upstream_source_tree = os.path.abspath(args.upstream_path)

Completed in 267 milliseconds