Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc943 bool is_first_entry = true; in WriteCPUInformation() local
945 if (!is_first_entry && entry.found) { in WriteCPUInformation()
949 is_first_entry = false; in WriteCPUInformation()