Searched refs:system_files_to_package_map (Results 1 – 1 of 1) sorted by relevance
54 def system_files_to_package_map(path): function57 system_files_to_package_map = {}72 if system_file in system_files_to_package_map:73 system_files_to_package_map[system_file] = "--multiple--"75 system_files_to_package_map[system_file] = module77 return system_files_to_package_map123 system_files_map = system_files_to_package_map(args.out1)