Home
last modified time | relevance | path

Searched refs:packagelist_free (Results 1 – 6 of 6) sorted by relevance

/system/core/libpackagelistparser/
Dpackagelistparser.cpp113 std::unique_ptr<pkg_info, decltype(&packagelist_free)> info( in packagelist_parse_file()
114 static_cast<pkg_info*>(calloc(1, sizeof(pkg_info))), &packagelist_free); in packagelist_parse_file()
132 void packagelist_free(pkg_info* info) { in packagelist_free() function
Dpackagelistparser_test.cpp89 for (auto& package : packages) packagelist_free(package); in TEST()
115 for (auto& package : packages) packagelist_free(package); in TEST()
133 packagelist_free(nullptr); in TEST()
/system/core/libpackagelistparser/include/packagelistparser/
Dpackagelistparser.h79 void packagelist_free(pkg_info* info);
/system/core/run-as/
Drun-as.cpp69 packagelist_free(this_package); in packagelist_parse_callback()
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp69 packagelist_free(info); in PackageListParseCallback()
/system/core/logd/
Dmain.cpp142 packagelist_free(info); in uidToName()