Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_infra_background_whitelist.cc359 std::string stripped_str; in IsMemoryAllocatorDumpNameWhitelisted() local
360 stripped_str.reserve(length); in IsMemoryAllocatorDumpNameWhitelisted()
368 stripped_str.append("0x?"); in IsMemoryAllocatorDumpNameWhitelisted()
371 stripped_str.push_back(name[i]); in IsMemoryAllocatorDumpNameWhitelisted()
376 if (stripped_str == g_allocator_dump_name_whitelist[i]) { in IsMemoryAllocatorDumpNameWhitelisted()