Lines Matching defs:relativePath
182 const SkString& relativePath, bool local) {
192 fullPath.prepend(relativePath);
208 fullPath.prepend(relativePath);
213 static void print_diff_row(SkFILEWStream* stream, const DiffRecord& diff, const SkString& relativePath) {
217 print_diff_resource_cell(stream, diff.fWhite, relativePath, true);
218 print_diff_resource_cell(stream, diff.fDifference, relativePath, true);
219 print_diff_resource_cell(stream, diff.fBase, relativePath, false);
220 print_diff_resource_cell(stream, diff.fComparison, relativePath, false);
257 SkString relativePath;
262 relativePath.append(".." PATH_DIV_STR);
299 print_diff_row(&outputStream, diff, relativePath);