Home | History | Annotate | Download | only in releasetools

Lines Matching refs:tgtfiles

198 def ClosestFileMatch(src, tgtfiles, existing):
205 result = tgtfiles.get("path:" + src.name)
215 result = tgtfiles.get("sha1:" + src.sha1)
218 result = tgtfiles.get("file:" + src.name.split("/")[-1])