HomeSort by relevance Sort by last modified time
    Searched refs:CreateGsutilLogger (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command_runner.py 32 from gslib.command import CreateGsutilLogger
181 logger = CreateGsutilLogger('tab_complete')
command.py 81 def CreateGsutilLogger(command_name):
432 self.logger = CreateGsutilLogger(self.command_name)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_tabcomplete.py 22 from gslib.command import CreateGsutilLogger
41 self.logger = CreateGsutilLogger('tab_complete')
test_copy_helper_funcs.py 25 from gslib.command import CreateGsutilLogger
353 CreateGsutilLogger('copy_test'))
test_parallelism_framework.py 35 from gslib.command import CreateGsutilLogger
229 self.logger = CreateGsutilLogger('FakeCommand')
test_acl.py 22 from gslib.command import CreateGsutilLogger
56 self.logger = CreateGsutilLogger('acl')

Completed in 87 milliseconds