Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/third_party/
H A Drepo.bzl61 patch_command = ["patch", "-p1", "-d", ctx.path("."), "-i", ctx.path(patch_file)]
62 cmd = _wrap_bash_cmd(ctx, patch_command)
/aosp_15_r20/bootable/deprecated-ota/tests/unit/host/
H A Dupdate_simulator_test.cpp273 string patch_command = android::base::StringPrintf( local