HomeSort by relevance Sort by last modified time
    Searched refs:tgtfiles (Results 1 - 2 of 2) sorted by null

  /build/tools/releasetools/
ota_from_target_files 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])
    [all...]
ota_from_target_files.py 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])
    [all...]

Completed in 175 milliseconds