Searched refs:get_absolute_path (Results 1 – 3 of 3) sorted by relevance
313 SkString baselineAbsPath = get_absolute_path(currentRecord->fBaselinePath); in outputRecords()314 SkString testAbsPath = get_absolute_path(currentRecord->fTestPath); in outputRecords()321 stream.writeText(get_absolute_path(currentRecord->fAlphaMaskPath).c_str()); in outputRecords()325 stream.writeText(get_absolute_path(currentRecord->fRgbDiffPath).c_str()); in outputRecords()329 stream.writeText(get_absolute_path(currentRecord->fWhiteDiffPath).c_str()); in outputRecords()
57 SkString get_absolute_path(const SkString& path);
190 SkString get_absolute_path(const SkString& path) { in get_absolute_path() function