Searched refs:bucket_path (Results 1 – 3 of 3) sorted by relevance
/external/angle/build/android/update_deps/ |
D | update_third_party_deps.py | 44 def _CheckPaths(bucket_path, local_path): argument 45 if bucket_path.startswith('gs://'): 46 bucket_url = bucket_path 48 bucket_url = 'gs://%s' % bucket_path 77 bucket_url, local_path = _CheckPaths(arguments.bucket_path, 93 bucket_url, local_path = _CheckPaths(arguments.bucket_path,
|
/external/cronet/tot/build/android/update_deps/ |
D | update_third_party_deps.py | 44 def _CheckPaths(bucket_path, local_path): argument 45 if bucket_path.startswith('gs://'): 46 bucket_url = bucket_path 48 bucket_url = 'gs://%s' % bucket_path 77 bucket_url, local_path = _CheckPaths(arguments.bucket_path, 93 bucket_url, local_path = _CheckPaths(arguments.bucket_path,
|
/external/cronet/stable/build/android/update_deps/ |
D | update_third_party_deps.py | 44 def _CheckPaths(bucket_path, local_path): argument 45 if bucket_path.startswith('gs://'): 46 bucket_url = bucket_path 48 bucket_url = 'gs://%s' % bucket_path 77 bucket_url, local_path = _CheckPaths(arguments.bucket_path, 93 bucket_url, local_path = _CheckPaths(arguments.bucket_path,
|