Searched refs:freq_path (Results 1 – 1 of 1) sorted by relevance
218 char freq_path[FREQ_SIZE]; in getCpukHz() local222 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()