Home | History | Annotate | Download | only in skdiff

Lines Matching refs:outputDir

229                      const SkString& outputDir) {
233 SkASSERT(!outputDir.isEmpty());
235 SkString outputPath(outputDir);
240 // Need to convert paths from relative-to-cwd to relative-to-outputDir
241 // FIXME this doesn't work if there are '..' inside the outputDir
245 if (outputDir.size() > 0 && PATH_DIV_CHAR == outputDir[0]) {
251 if (outputDir.size() > 1 && ':' == outputDir[1]) {
259 for (ui = 0; ui < outputDir.size(); ui++) {
260 if (outputDir[ui] == PATH_DIV_CHAR) {