Searched refs:cpu_arch_ (Results 1 – 2 of 2) sorted by relevance
116 cpu_arch_ = SI_ARCH_ARM; in SystemInfo()118 cpu_arch_ = SI_ARCH_X64; in SystemInfo()120 cpu_arch_ = SI_ARCH_X86; in SystemInfo()122 cpu_arch_ = SI_ARCH_UNKNOWN; in SystemInfo()249 return cpu_arch_; in GetCpuArchitecture()
69 Architecture cpu_arch_; variable