HomeSort by relevance Sort by last modified time
    Searched full:upstream_path (Results 1 - 2 of 2) 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)
  /libcore/tools/upstream/
oj_upstream_comparison.py 75 def upstream_path(upstream_root, upstream, rel_path): function
134 upstream_file = upstream_path(upstream_root, upstream, rel_path)
160 upstream_file = upstream_path(upstream_root, upstream, rel_path)
194 upstream_path = os.path.join(args.upstream_root, upstream)
195 if not os.path.exists(upstream_path):
196 raise Exception("Upstream not found: " + upstream_path)

Completed in 105 milliseconds