Home
last modified time | relevance | path

Searched refs:PATH_DIV_STR (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff_main.cpp248 dir.append(PATH_DIV_STR); in get_file_list_subdir()
261 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
280 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
762 if (!baseDir.endsWith(PATH_DIV_STR)) { in main()
763 baseDir.append(PATH_DIV_STR); in main()
769 if (!comparisonDir.endsWith(PATH_DIV_STR)) { in main()
770 comparisonDir.append(PATH_DIV_STR); in main()
776 if (!outputDir.endsWith(PATH_DIV_STR)) { in main()
777 outputDir.append(PATH_DIV_STR); in main()
H A Dskdiff_html.cpp191 if (!fullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell()
207 if (!fullPath.startsWith(PATH_DIV_STR)) { in print_diff_resource_cell()
262 relativePath.append(".." PATH_DIV_STR); in print_diff_page()
H A Dskdiff.h18 #define PATH_DIV_STR "\\" macro
21 #define PATH_DIV_STR "/" macro
H A Dskdiff_utils.cpp130 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()

Completed in 3 milliseconds