Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfastdeploy.cpp290 std::string applyPatchCommand = in apply_patch_on_device() local
294 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() local
332 int returnCode = send_shell_command(applyPatchCommand); in install_patch()
334 error_exit("Executing %s returned %d", applyPatchCommand.c_str(), returnCode); in install_patch()