HomeSort by relevance Sort by last modified time
    Searched refs:packagelist_parse (Results 1 - 5 of 5) sorted by null

  /system/core/libpackagelistparser/include/packagelistparser/
packagelistparser.h 59 * Callback function to be used by packagelist_parse() routine.
63 * The supplied userdata pointer to packagelist_parse()
81 extern bool packagelist_parse(pfn_on_package callback, void *userdata);
  /system/core/libpackagelistparser/
packagelistparser.c 91 extern bool packagelist_parse(pfn_on_package callback, void *userdata) function
  /system/core/logd/
main.cpp 257 packagelist_parse(package_list_parser_cb, NULL);
  /external/libselinux/src/
android.c 1042 bool rc = packagelist_parse(pkg_parse_callback, NULL);
    [all...]
  /system/core/sdcard/
sdcard.c     [all...]

Completed in 376 milliseconds