Home
last modified time | relevance | path

Searched refs:wildcard_suffix (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dstorage_url.py60 def CreatePrefixUrl(self, wildcard_suffix=None): argument
152 def CreatePrefixUrl(self, wildcard_suffix=None): argument
239 def CreatePrefixUrl(self, wildcard_suffix=None): argument
241 if wildcard_suffix:
242 prefix = '%s/%s' % (prefix, wildcard_suffix)
Dls_helper.py164 url.CreatePrefixUrl(wildcard_suffix=None),
185 blr.url_string).CreatePrefixUrl(wildcard_suffix='*')
230 blr.url_string).CreatePrefixUrl(wildcard_suffix='*')
Dname_expansion.py267 wildcard_suffix=subdir_exp_wildcard)
515 wildcard_suffix=self.subdir_exp_wildcard)
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Ddu.py268 storage_url.CreatePrefixUrl(wildcard_suffix='**'))