Searched refs:applyPatchCommand (Results 1 – 1 of 1) sorted by relevance
290 std::string applyPatchCommand = in apply_patch_on_device() local294 int returnCode = send_shell_command(applyPatchCommand); in apply_patch_on_device()296 error_exit("Executing %s returned %d", applyPatchCommand.c_str(), returnCode); in apply_patch_on_device()329 std::string applyPatchCommand = in install_patch() local332 int returnCode = send_shell_command(applyPatchCommand); in install_patch()334 error_exit("Executing %s returned %d", applyPatchCommand.c_str(), returnCode); in install_patch()