Searched refs:sha_map (Results 1 – 1 of 1) sorted by relevance
25 def map_sha_to_files(dir_, prefix, sha_map): argument33 if sha not in sha_map:34 sha_map[sha] = []35 sha_map[sha].append(sstate_prefix_path + f)41 sha_map = {}44 map_sha_to_files(sstate_dir, prefix, sha_map)47 map_sha_to_files(native_sstate_dir, prefix, sha_map)49 return sha_map