Home
last modified time | relevance | path

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

/system/core/libpackagelistparser/
Dpackagelistparser.c107 fp = fopen(PACKAGES_LIST_FILE, "re"); in packagelist_parse()
109 CLOGE("Could not open: \"%s\", error: \"%s\"\n", PACKAGES_LIST_FILE, in packagelist_parse()
275 PACKAGES_LIST_FILE, lineno, errmsg); in packagelist_parse()
/system/core/libpackagelistparser/include/packagelistparser/
Dpackagelistparser.h38 #define PACKAGES_LIST_FILE "/data/system/packages.list" macro