Searched refs:get_module_path (Results 1 – 1 of 1) sorted by relevance
276 mod_path = self.get_module_path(args.src_module)303 args.dst_modules = [self.get_module_path(m) for m in args.dst_modules]354 mod = self.get_module_path(patch_info["module"])431 m = self.get_module_path(mod.get("module"))467 if dst_mods and self.get_module_path(patch_info["module"]) not in dst_mods:537 def get_module_path(self, module_name_or_path): member in Patch