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.cc225 std::string stripped_str; in IsMemoryAllocatorDumpNameWhitelisted() local
226 stripped_str.reserve(length); in IsMemoryAllocatorDumpNameWhitelisted()
234 stripped_str.append("0x?"); in IsMemoryAllocatorDumpNameWhitelisted()
237 stripped_str.push_back(name[i]); in IsMemoryAllocatorDumpNameWhitelisted()
242 if (stripped_str == g_allocator_dump_name_whitelist[i]) { in IsMemoryAllocatorDumpNameWhitelisted()