Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/
Dopen_emulation.cc202 struct stat cpuinfo_stat; in TryTranslateProcCpuinfoPath() local
204 if (stat(path, &cur_stat) == -1 || stat("/proc/cpuinfo", &cpuinfo_stat) == -1) { in TryTranslateProcCpuinfoPath()
212 if ((cur_stat.st_ino == cpuinfo_stat.st_ino) && (cur_stat.st_dev == cpuinfo_stat.st_dev)) { in TryTranslateProcCpuinfoPath()