Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_infra_background_whitelist.cc361 bool parsing_hex = false; in IsMemoryAllocatorDumpNameWhitelisted() local
363 if (parsing_hex && isxdigit(name[i])) in IsMemoryAllocatorDumpNameWhitelisted()
365 parsing_hex = false; in IsMemoryAllocatorDumpNameWhitelisted()
367 parsing_hex = true; in IsMemoryAllocatorDumpNameWhitelisted()