Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib_lite.py63 def check_read_test_end(result=None, input_command=None): argument
65 index = result.find(input_command) + len(input_command)
67 if input_command.startswith("./"):
84 if "%s%s" % (CPP_ERR_MESSAGE, input_command[2:]) in result_output:
89 elif input_command.startswith("zcat"):
91 elif input_command == "uname":
95 elif input_command.startswith("chmod +x") and input_command.find("query.bin"):
100 if input_command == "reboot" or input_command == "reset":
102 if input_command.startswith("mount"):
187 input_command = command
[all …]
/test/testfwk/xdevice/docs/
DDevice_Auto_Upgrade_Guide.md185 input_command = command
190 if isinstance(input_command, list):