Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/
Dchecktransupdate.py72 def get_commits_count_between(opath, commit1, commit2): argument
98 opath = get_origin_path(file_path)
100 if not os.path.isfile(opath):
104 o_from_head = get_latest_commit_from(opath, "HEAD")
111 o_from_t = get_origin_from_trans(opath, t_from_head)
122 opath, o_from_t["hash"], o_from_head["hash"]