Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Drsync.py956 def _InsistContainer(self, url_str, treat_nonexistent_object_as_subdir): member in RsyncCommand
986 src_url = self._InsistContainer(self.args[0], False)
987 dst_url = self._InsistContainer(self.args[1], True)