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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
cors.py 194 action_subcommand = self.args.pop(0)
195 if action_subcommand == 'get':
197 elif action_subcommand == 'set':
202 (action_subcommand, self.command_name))
versioning.py 162 action_subcommand = self.args.pop(0)
163 if action_subcommand == 'get':
165 elif action_subcommand == 'set':
171 action_subcommand, self.command_name, self.command_name))
web.py 221 action_subcommand = self.args.pop(0)
223 if action_subcommand == 'get':
225 elif action_subcommand == 'set':
230 (action_subcommand, self.command_name))
defacl.py 300 action_subcommand = self.args.pop(0)
304 if action_subcommand == 'get':
306 elif action_subcommand == 'set':
308 elif action_subcommand in ('ch', 'change'):
313 (action_subcommand, self.command_name))
logging.py 231 action_subcommand = self.args.pop(0)
232 if action_subcommand == 'get':
234 elif action_subcommand == 'set':
246 state_subcommand, self.command_name, action_subcommand))
250 (action_subcommand, self.command_name))
acl.py 460 action_subcommand = self.args.pop(0)
463 if action_subcommand == 'get':
465 elif action_subcommand == 'set':
467 elif action_subcommand in ('ch', 'change'):
472 (action_subcommand, self.command_name))

Completed in 132 milliseconds