Searched refs:statedir (Results 1 – 1 of 1) sorted by relevance
61 … std::unique_ptr<DIR, decltype(&closedir)> statedir(opendir(cpu_idle_path.c_str()), closedir); in main() local62 if (!statedir) { in main()66 while ((state_entry = readdir(statedir.get())) != nullptr) { in main()