HomeSort by relevance Sort by last modified time
    Searched refs:PATH_DIV_CHAR (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
skdiff.h 19 #define PATH_DIV_CHAR '\\'
22 #define PATH_DIV_CHAR '/'
skdiff_html.cpp 244 // On Windows or Linux, a path starting with PATH_DIV_CHAR is absolute.
245 if (outputDir.size() > 0 && PATH_DIV_CHAR == outputDir[0]) {
260 if (outputDir[ui] == PATH_DIV_CHAR) {

Completed in 26 milliseconds