Home
last modified time | relevance | path

Searched defs:handle_command (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/cloud_devices/tools/prototype/
Dprototype.py152 def handle_command(self, command_name, args): member in CloudCommandHandlerFake
166 def handle_command(self, command_name, args): member in CloudCommandHandlerReal
/external/fio/
Dserver.c742 static int handle_command(struct flist_head *job_list, struct fio_net_cmd *cmd) in handle_command() function