Searched refs:WriteJSONNode (Results 1 – 1 of 1) sorted by relevance
164 bool WriteJSONNode(const base::FilePath& file_path, const base::Value& node) { in WriteJSONNode() function217 return WriteJSONNode(file_path, Value(std::move(root_dict))); in WriteJSON()318 ASSERT_TRUE(WriteJSONNode(file_path, Value(std::move(root_dict)))); in TEST_P()