Home | History | Annotate | Download | only in tools

Lines Matching refs:baseDir

35  * Returns zero exit code if all images match across baseDir and comparisonDir.
97 printf("%d file pairs %s in baseDir and %s in comparisonDir",
381 const SkString& baseDir,
390 SkASSERT(!baseDir.isEmpty());
396 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles);
415 SkString basePath(baseDir);
422 // in baseDir, but not in comparisonDir
440 // in comparisonDir, but not in baseDir
458 // Found the same filename in both baseDir and comparisonDir.
522 // files only in baseDir
525 drp->fBase.fFullPath = baseDir;
546 drp->fBase.fFullPath = baseDir;
571 " %s <baseDir> <comparisonDir> [outputDir] \n", argv0);
600 "\n baseDir: directory to read baseline images from."
620 SkString baseDir;
743 baseDir.set(argv[i]);
774 if (!baseDir.endsWith(PATH_DIV_STR)) {
775 baseDir.append(PATH_DIV_STR);
778 printf("baseDir is [%s]\n", baseDir.c_str());
809 baseDir, comparisonDir, outputDir,
825 baseDir, comparisonDir, outputDir);