Home | History | Annotate | Download | only in tools

Lines Matching refs:baseDir

35  * Returns zero exit code if all images match across baseDir and comparisonDir.
71 printf("%d file pairs %s in baseDir and %s in comparisonDir",
333 const SkString& baseDir,
342 SkASSERT(!baseDir.isEmpty());
348 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles);
367 SkString basePath(baseDir);
374 // in baseDir, but not in comparisonDir
392 // in comparisonDir, but not in baseDir
410 // Found the same filename in both baseDir and comparisonDir.
474 // files only in baseDir
477 drp->fBase.fFullPath = baseDir;
498 drp->fBase.fFullPath = baseDir;
523 " %s <baseDir> <comparisonDir> [outputDir] \n", argv0);
552 "\n baseDir: directory to read baseline images from."
572 SkString baseDir;
694 baseDir.set(argv[i]);
721 if (!baseDir.endsWith(PATH_DIV_STR)) {
722 baseDir.append(PATH_DIV_STR);
725 printf("baseDir is [%s]\n", baseDir.c_str());
756 baseDir, comparisonDir, outputDir,
768 baseDir, comparisonDir, outputDir);