Searched refs:patch_command (Results 1 – 2 of 2) sorted by relevance
61 patch_command = ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)]62 cmd = _wrap_bash_cmd(ctx, patch_command)
273 string patch_command = android::base::StringPrintf( local