Home
last modified time | relevance | path

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

/external/skia/tools/
Dskdiff_main.cpp261 dir.append(PATH_DIV_STR); in get_file_list_subdir()
274 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
293 pathRelativeToRootDir.append(PATH_DIV_STR); in get_file_list_subdir()
774 if (!baseDir.endsWith(PATH_DIV_STR)) { in tool_main()
775 baseDir.append(PATH_DIV_STR); in tool_main()
781 if (!comparisonDir.endsWith(PATH_DIV_STR)) { in tool_main()
782 comparisonDir.append(PATH_DIV_STR); in tool_main()
788 if (!outputDir.endsWith(PATH_DIV_STR)) { in tool_main()
789 outputDir.append(PATH_DIV_STR); in tool_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.cpp269 if (!outputDir.endsWith(PATH_DIV_STR)) { in tool_main()
270 outputDir.append(PATH_DIV_STR); in tool_main()
Dskdiff_utils.cpp107 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()