Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/trace_event/
H A 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()
/aosp_15_r20/external/cronet/base/trace_event/
H A Dmemory_infra_background_allowlist.cc363 bool parsing_hex = false; in IsMemoryAllocatorDumpNameInAllowlist() local
365 if (parsing_hex && in IsMemoryAllocatorDumpNameInAllowlist()
369 parsing_hex = false; in IsMemoryAllocatorDumpNameInAllowlist()
371 parsing_hex = true; in IsMemoryAllocatorDumpNameInAllowlist()