Searched refs:sha_map (Results 1 – 1 of 1) sorted by relevance
28 def map_sha_to_files(dir_, prefix, sha_map): argument36 if sha not in sha_map:37 sha_map[sha] = []38 sha_map[sha].append(sstate_prefix_path + f)44 sha_map = {}47 map_sha_to_files(sstate_dir, prefix, sha_map)50 map_sha_to_files(native_sstate_dir, prefix, sha_map)52 return sha_map