Home
last modified time | relevance | path

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

/hardware/interfaces/power/1.0/vts/functional/
DVtsHalPowerV1_0TargetTest.cpp78 std::string old_governor, governors; in TEST_P() local
80 !android::base::ReadFileToString(AVAILABLE_GOVERNORS_PATH, &governors)) { in TEST_P()
85 auto all_governors = android::base::Split(governors, " \n"); in TEST_P()