Home
last modified time | relevance | path

Searched defs:kArch (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer.cc328 const char kArch[] = "arm64"; in DumpOSInformation() local
330 const char kArch[] = "arm"; in DumpOSInformation() local
332 const char kArch[] = "x86_64"; in DumpOSInformation() local
334 const char kArch[] = "x86"; in DumpOSInformation() local
337 const char kArch[] = "mips"; in DumpOSInformation() local
339 const char kArch[] = "mips64"; in DumpOSInformation() local
345 const char kArch[] = "riscv32"; in DumpOSInformation() local
347 const char kArch[] = "riscv64"; in DumpOSInformation() local