Searched refs:json_file (Results 1 – 3 of 3) sorted by relevance
85 static void execConfig(const std::string& json_file, in execConfig() argument88 android::perfmgr::HintManager::GetFromJSON(json_file); in execConfig()
72 def load_modules_info(json_file): argument78 with open(json_file) as fp:
598 TemporaryFile json_file; in TEST_F() local599 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()