Home | History | Annotate | Download | only in hardware_Keyboard

Lines Matching refs:cmd

35         cmd = os.path.join(self.srcdir, 'evtest') + ' ' + event
36 cmd += ' -s ' + key_name
37 (status, output) = commands.getstatusoutput(cmd)
49 cmd = os.path.join(self.srcdir, 'evtest') + ' ' + event
50 cmd += ' -n'
51 (status, output) = commands.getstatusoutput(cmd)
53 logging.warning("Bad event. cmd : %s" % cmd)
70 cmd = os.path.join(self.srcdir, 'evtest') + ' ' + high_key_event
71 cmd += ' -k'
72 (status, output) = commands.getstatusoutput(cmd)