Lines Matching full:patch
26 'or for the files modified by a patch or '
28 '(With -m) Check if a patch or pull '
38 help='stricter conditions for patch approval check: '
41 parser.add_argument('arg', nargs='*', help='file or patch')
44 'a patch.')
116 # New patch found: create new file
120 suffix=".patch",
132 # If @path is a patch file, returns the paths touched by the patch as well
134 def get_paths_from_patch(patch): argument
138 with open(patch, "r") as f:
230 url = "https://github.com/OP-TEE/optee_os/pull/{}.patch".format(pr)
232 suffix=".patch", delete=False)
279 # Try to parse as a patch
282 # Not a patch, consider the path itself