Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_infra_background_whitelist.cc213 bool IsMemoryDumpProviderWhitelisted(const char* mdp_name) { in IsMemoryDumpProviderWhitelisted() argument
215 if (strcmp(mdp_name, g_dump_provider_whitelist[i]) == 0) in IsMemoryDumpProviderWhitelisted()
Dmemory_infra_background_whitelist.h19 bool BASE_EXPORT IsMemoryDumpProviderWhitelisted(const char* mdp_name);