Home
last modified time | relevance | path

Searched refs:PATH_DIV_STR (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/skdiff/
Dskdiff_main.cpp259 dir.append(PATH_DIV_STR); in get_file_list_subdir()
272 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
291 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
774 if (!baseDir.endsWith(PATH_DIV_STR)) { in main()
775 baseDir.append(PATH_DIV_STR); in main()
781 if (!comparisonDir.endsWith(PATH_DIV_STR)) { in main()
782 comparisonDir.append(PATH_DIV_STR); in main()
788 if (!outputDir.endsWith(PATH_DIV_STR)) { in main()
789 outputDir.append(PATH_DIV_STR); in main()
Dskdiff_html.cpp190 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell()
206 if (!resource.fFullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell()
261 relativePath.append(".." PATH_DIV_STR); in print_diff_page()
Dskdiff.h18 #define PATH_DIV_STR "\\" macro
21 #define PATH_DIV_STR "/" macro
Dskdiff_image.cpp265 if (!outputDir.endsWith(PATH_DIV_STR)) { in main()
266 outputDir.append(PATH_DIV_STR); in main()
Dskdiff_utils.cpp119 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()