Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dsystem.cpp325 int cpufile = open("/proc/self/auxv", O_RDONLY); in initialize() local
327 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()