Home
last modified time | relevance | path

Searched refs:input_command (Results 1 – 1 of 1) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib_lite.py62 def check_read_test_end(result=None, input_command=None): argument
64 index = result.find(input_command) + len(input_command)
66 if input_command.startswith("./"):
83 if "%s%s" % (CPP_ERR_MESSAGE, input_command[2:]) in result_output:
88 elif input_command.startswith("zcat"):
92 if input_command == "reboot" or input_command == "reset":
94 if input_command.startswith("mount"):
179 input_command = command
182 linux_end_command = input_command.split(":")[1].split(
199 if check_read_test_end(result, input_command):
[all …]