Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc85 static void execConfig(const std::string& json_file, in execConfig() argument
88 android::perfmgr::HintManager::GetFromJSON(json_file); in execConfig()
/hardware/interfaces/scripts/
Dlist_hal_vts.py72 def load_modules_info(json_file): argument
78 with open(json_file) as fp:
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc598 TemporaryFile json_file; in TEST_F() local
599 ASSERT_TRUE(android::base::WriteStringToFile(json_doc_, json_file.path)) in TEST_F()
602 HintManager::GetFromJSON(json_file.path, false); in TEST_F()
607 hm = HintManager::GetFromJSON(json_file.path); in TEST_F()