Home
last modified time | relevance | path

Searched refs:packagelist_parse (Results 1 – 5 of 5) sorted by relevance

/system/core/libpackagelistparser/include/packagelistparser/
Dpackagelistparser.h83 extern bool packagelist_parse(pfn_on_package callback, void *userdata);
/system/core/libpackagelistparser/
Dpackagelistparser.c90 extern bool packagelist_parse(pfn_on_package callback, void *userdata) in packagelist_parse() function
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp72 if (!packagelist_parse(PackageListParseCallback, &arg)) { in ReadPackageInfo()
/system/core/run-as/
Drun-as.cpp199 if (!packagelist_parse(packagelist_parse_callback, &info)) { in main()
/system/core/logd/
Dmain.cpp262 (void)packagelist_parse(package_list_parser_cb, nullptr); in reinit_thread_start()