Searched refs:commit_hash (Results 1 – 2 of 2) sorted by relevance
/system/update_engine/ |
D | protobuflint.py | 24 def check_proto_file(commit_hash, filename): argument 34 ["git", "diff", commit_hash+"~", commit_hash, "--", filename]) 49 commit_hash = sys.argv[1] 52 if not check_proto_file(commit_hash, filename):
|
/system/chre/chpp/api_parser/ |
D | chre_api_to_chpp.py | 61 def __init__(self, api, commit_hash): argument 70 self.commit_hash = commit_hash 81 out.append("// Source: {} @ commit {}\n\n".format(self.json['filename'], self.commit_hash)) 1014 commit_hash = subprocess.getoutput("git describe --always --long --dirty --exclude '*'") 1028 code_gen = CodeGenerator(api_parser, commit_hash)
|