Searched refs:kGuestCpuinfoPath (Results 1 – 3 of 3) sorted by relevance
39 extern const char* kGuestCpuinfoPath;
213 TRACE("openat: Translating %s to %s", path, kGuestCpuinfoPath); in TryTranslateProcCpuinfoPath()214 return kGuestCpuinfoPath; in TryTranslateProcCpuinfoPath()
81 const char* kGuestCpuinfoPath = "/system/etc/cpuinfo.riscv64.txt"; variable