Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
Dstorage_api.py199 self.name = api_utils._unquote_filename(path)
254 self.name = api_utils._unquote_filename(self._path)
647 self.name = api_utils._unquote_filename(path)
704 self.name = api_utils._unquote_filename(self._path)
Dapi_utils.py94 def _unquote_filename(filename): function