HomeSort by relevance Sort by last modified time
    Searched refs:PATH_DIV_STR (Results 1 - 5 of 5) sorted by null

  /external/skia/tools/
skdiff.h 18 #define PATH_DIV_STR "\\"
21 #define PATH_DIV_STR "/"
skdiff_html.cpp 190 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) {
206 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) {
261 relativePath.append(".." PATH_DIV_STR);
skdiff_main.cpp 261 dir.append(PATH_DIV_STR);
274 pathRelativeToRootDir.append(PATH_DIV_STR);
293 pathRelativeToRootDir.append(PATH_DIV_STR);
774 if (!baseDir.endsWith(PATH_DIV_STR)) {
775 baseDir.append(PATH_DIV_STR);
781 if (!comparisonDir.endsWith(PATH_DIV_STR)) {
782 comparisonDir.append(PATH_DIV_STR);
788 if (!outputDir.endsWith(PATH_DIV_STR)) {
789 outputDir.append(PATH_DIV_STR);
skdiff_image.cpp 269 if (!outputDir.endsWith(PATH_DIV_STR)) {
270 outputDir.append(PATH_DIV_STR);
skdiff_utils.cpp 107 diffName = replace_all(diffName, PATH_DIV_STR, "_");

Completed in 59 milliseconds