Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp88 static std::vector<Service*> GetDebuggingServices(bool only_post_data) { in GetDebuggingServices() argument
92 if (kDebuggingServices.count(s->name()) && (!only_post_data || s->is_post_data())) { in GetDebuggingServices()