Searched refs:PATH_DIV_STR (Results 1 – 5 of 5) sorted by relevance
261 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()
190 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()
18 #define PATH_DIV_STR "\\" macro21 #define PATH_DIV_STR "/" macro
269 if (!outputDir.endsWith(PATH_DIV_STR)) { in tool_main()270 outputDir.append(PATH_DIV_STR); in tool_main()
107 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()