Home
last modified time | relevance | path

Searched refs:module_paths (Results 1 – 2 of 2) sorted by relevance

/development/vndk/snapshot/
Dcheck_gpl_license.py73 module_paths = dict()
80 if paths[0] not in module_paths:
81 module_paths[paths[0]] = paths[1]
82 return module_paths
220 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))
/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py77 def collect_apps_with_shared_uid(product_out, module_paths): argument
108 module_paths.get(app_name, '')))
124 module_paths = load_module_paths(
127 result = collect_apps_with_shared_uid(args.product_out, module_paths)