Searched defs:jsonPath (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dgm_expectations.cpp228 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) { argument
229 Parse(jsonPath, &fJsonRoot);
255 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) { argument
256 SkFILEStream inFile(jsonPath);
258 gm_fprintf(stderr, "unable to read JSON file %s\n", jsonPath);
265 gm_fprintf(stderr, "error reading JSON file %s\n", jsonPath);
274 gm_fprintf(stderr, "error parsing JSON file %s\n", jsonPath);

Completed in 89 milliseconds