Searched refs:parsing_hex (Results 1 – 2 of 2) sorted by relevance
361 bool parsing_hex = false; in IsMemoryAllocatorDumpNameWhitelisted() local363 if (parsing_hex && isxdigit(name[i])) in IsMemoryAllocatorDumpNameWhitelisted()365 parsing_hex = false; in IsMemoryAllocatorDumpNameWhitelisted()367 parsing_hex = true; in IsMemoryAllocatorDumpNameWhitelisted()
363 bool parsing_hex = false; in IsMemoryAllocatorDumpNameInAllowlist() local365 if (parsing_hex && in IsMemoryAllocatorDumpNameInAllowlist()369 parsing_hex = false; in IsMemoryAllocatorDumpNameInAllowlist()371 parsing_hex = true; in IsMemoryAllocatorDumpNameInAllowlist()