Home
last modified time | relevance | path

Searched defs:pkg_info (Results 1 – 2 of 2) sorted by relevance

/system/core/libpackagelistparser/include/packagelistparser/
Dpackagelistparser.h40 typedef struct pkg_info pkg_info; typedef
48 struct pkg_info { struct
69 typedef bool (*pfn_on_package)(pkg_info *info, void *userdata); argument
/system/core/libpackagelistparser/
Dpackagelistparser.c105 struct pkg_info *pkg_info = NULL; in packagelist_parse() local