Home | History | Annotate | Download | only in tools

Lines Matching defs: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",
319 const SkString& baseDir,
327 SkASSERT(!baseDir.isEmpty());
333 get_file_list(baseDir, matchSubstrings, nomatchSubstrings, recurseIntoSubdirs, &baseFiles);
352 SkString basePath(baseDir);
359 // in baseDir, but not in comparisonDir
375 // in comparisonDir, but not in baseDir
391 // Found the same filename in both baseDir and comparisonDir.
452 // files only in baseDir
455 drp->fBase.fFullPath = baseDir;
476 drp->fBase.fFullPath = baseDir;
501 " %s <baseDir> <comparisonDir> [outputDir] \n", argv0);
530 "\n baseDir: directory to read baseline images from."
550 SkString baseDir;
667 baseDir.set(argv[i]);
694 if (!baseDir.endsWith(PATH_DIV_STR)) {
695 baseDir.append(PATH_DIV_STR);
698 printf("baseDir is [%s]\n", baseDir.c_str());
729 baseDir, comparisonDir, outputDir,
741 baseDir, comparisonDir, outputDir);