Home
last modified time | relevance | path

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

/system/core/libpackagelistparser/include/packagelistparser/
Dpackagelistparser.h32 typedef struct pkg_info { struct
34 char* name;
59 } pkg_info; argument
/system/core/libpackagelistparser/
Dpackagelistparser.cpp101 bool packagelist_parse_file(const char* path, bool (*callback)(pkg_info*, void*), void* user_data) { in packagelist_parse_file()
128 bool packagelist_parse(bool (*callback)(pkg_info*, void*), void* user_data) { in packagelist_parse()