Home
last modified time | relevance | path

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

/development/vndk/tools/sourcedr/files/
Dlist_app_shared_uid.py132 return (not has_android_uid, app.installed_path.startswith('system'),
133 app.installed_path)
142 app.installed_path, app.source_path))
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py3156 self._mods = {installed_path: sorted(src_dirs)
3157 for installed_path, src_dirs in mods.items()}
3160 def get_module_path(self, installed_path): argument
3161 return self._mods.get(installed_path, [])