Home
last modified time | relevance | path

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

/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp218 char freq_path[FREQ_SIZE]; in getCpukHz() local
222 strlcpy(freq_path, FREQ_PATH, sizeof(freq_path)); in getCpukHz()
223 freq_path[FREQ_DIGIT] = cpuNum + '0'; in getCpukHz()
224 fd = open(freq_path, O_RDONLY | O_CLOEXEC); in getCpukHz()