Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_results_tracker.cc429 std::unique_ptr<DictionaryValue> test_locations(new DictionaryValue); in SaveSummaryAsJSON() local
436 test_locations->SetWithoutPathExpansion(test_name, in SaveSummaryAsJSON()
439 summary_root->Set("test_locations", std::move(test_locations)); in SaveSummaryAsJSON()