Home
last modified time | relevance | path

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

/external/skia/tools/
Dimage_expectations.cpp124 bool ImageResultsAndExpectations::readExpectationsFile(const char *jsonPath) { in readExpectationsFile() argument
125 if (NULL == jsonPath) { in readExpectationsFile()
129 SkFILE* filePtr = sk_fopen(jsonPath, kRead_SkFILE_Flag); in readExpectationsFile()
131 SkDebugf("JSON expectations file '%s' does not exist\n", jsonPath); in readExpectationsFile()
136 SkDebugf("JSON expectations file '%s' is empty, so no expectations\n", jsonPath); in readExpectationsFile()
144 SkDebugf("Failed to parse JSON expectations file '%s'\n", jsonPath); in readExpectationsFile()
152 jsonPath, kJsonValue_Header_Type, headerType.asCString()); in readExpectationsFile()
157 jsonPath, kJsonValue_Header_Revision, headerRevision.asInt()); in readExpectationsFile()
Dimage_expectations.h166 bool readExpectationsFile(const char *jsonPath);
/external/skia/gm/
Dgm_expectations.h213 explicit JsonExpectationsSource(const char *jsonPath);
224 static bool Parse(const char *jsonPath, Json::Value *jsonRoot);