Lines Matching refs:command
51 def make_long_command_file(command, longcommand_path, filename):
56 file_desc.write(command)
58 print(f"Error for make long command file: {file_path}")
63 command = "ls -l %s | grep %s" % (path, target)
65 stdout_info = device.shell_with_output(command)
130 command = "cd %s; rm -rf %s.xml; chmod +x *; ./%s" % (
137 command = "cd %s; rm -rf %s.xml; chmod +x *; GCOV_PREFIX=. " \
145 print("command: %s" % command)
146 sh_file_name, file_path = make_long_command_file(command,