Searched refs:cpufile (Results 1 – 1 of 1) sorted by relevance
325 int cpufile = open("/proc/self/auxv", O_RDONLY); in initialize() local327 if (cpufile >= 0) in initialize()332 while ((size_t)read(cpufile, &auxv, size_auxv_t) == size_auxv_t) in initialize()341 close(cpufile); in initialize()