Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.cpp106 std::string chmodCommand = in deploy_agent() local
108 int ret = send_shell_command(chmodCommand); in deploy_agent()
110 error_exit("Error executing %s returncode: %d", chmodCommand.c_str(), ret); in deploy_agent()