Lines Matching refs:json_file
679 TemporaryFile json_file; in TEST_F() local
680 ASSERT_TRUE(android::base::WriteStringToFile(json_doc_, json_file.path)) in TEST_F()
682 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
687 hm = HintManager::GetFromJSON(json_file.path); in TEST_F()
884 TemporaryFile json_file; in TEST_F() local
885 ASSERT_TRUE(android::base::WriteStringToFile(json_doc_, json_file.path)) << strerror(errno); in TEST_F()
886 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
903 TemporaryFile json_file; in TEST_F() local
904 ASSERT_TRUE(android::base::WriteStringToFile(json_doc_, json_file.path)) << strerror(errno); in TEST_F()
905 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
915 TemporaryFile json_file; in TEST_F() local
916 ASSERT_TRUE(android::base::WriteStringToFile(json_doc_, json_file.path)) << strerror(errno); in TEST_F()
917 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()