Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.cpp130 std::string chmod_command = in deploy_agent() local
132 int ret = send_shell_command(chmod_command); in deploy_agent()
134 error_exit("Error executing %s returncode: %d", chmod_command.c_str(), ret); in deploy_agent()