Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Dvalues_test_util.h128 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path,
H A Dgtest_util.cc70 return base::test::WriteJsonFile(path, storage).has_value(); in WriteCompiledInTestsToFile()
H A Dvalues_test_util.cc290 expected<void, WriteJsonError> WriteJsonFile(const FilePath& json_file_path, in WriteJsonFile() function
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DANGLEPerfTest.cpp142 bool WriteJsonFile(const std::string &outputFile, js::Document *doc) in WriteJsonFile() function
194 if (WriteJsonFile(outputFileName, &doc)) in DumpTraceEventsToJSONFile()
/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp127 bool WriteJsonFile(const std::string &outputFile, js::Document *doc) in WriteJsonFile() function
289 if (!WriteJsonFile(outputFile, &doc)) in WriteResultsFile()
304 if (!WriteJsonFile(outputFile, &doc)) in WriteHistogramJson()