Home
last modified time | relevance | path

Searched refs:_quote_filename (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Dcloudstorage_api.py83 filename = api_utils._quote_filename(filename)
114 filename = api_utils._quote_filename(filename)
140 api_utils._quote_filename(filename))
184 api_utils._quote_filename(dst), headers=metadata)
Dapi_utils.py82 def _quote_filename(filename): function