Searched refs:module_paths (Results 1 – 2 of 2) sorted by relevance
73 module_paths = dict()80 if paths[0] not in module_paths:81 module_paths[paths[0]] = paths[1]82 return module_paths220 module_paths = self._parse_module_paths()226 if lib in module_paths:227 module_path = module_paths[lib]242 format(lib=lib, module_paths=self.MODULE_PATHS_TXT))
77 def collect_apps_with_shared_uid(product_out, module_paths): argument108 module_paths.get(app_name, '')))124 module_paths = load_module_paths(127 result = collect_apps_with_shared_uid(args.product_out, module_paths)