Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmicrodump.cc66 static const char kMipsArchitecture[] = "mips"; variable
342 } else if (strcmp(arch.c_str(), kMipsArchitecture) == 0) { in Microdump()