Lines Matching defs:readPath
1407 // Alphabetized ignoring "no" prefix ("readPath", "noreplay", "resourcePath").
1441 DEFINE_string2(readPath, r, "", "Read reference images from this dir, and report "
2145 const char* readPath = FLAGS_readPath[0];
2146 if (!sk_exists(readPath)) {
2147 gm_fprintf(stderr, "readPath %s does not exist!\n", readPath);
2150 if (sk_isdir(readPath)) {
2152 gm_fprintf(stdout, "reading from %s\n", readPath);
2155 IndividualImageExpectationsSource, (readPath)));
2158 gm_fprintf(stdout, "reading expectations from JSON summary file %s\n", readPath);
2160 gmmain->fExpectationsSource.reset(SkNEW_ARGS(JsonExpectationsSource, (readPath)));