Searched refs:PATH_DIV_CHAR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h19 #define PATH_DIV_CHAR '\\' macro
22 #define PATH_DIV_CHAR '/' macro
H A Dskdiff_html.cpp244 // 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) {
/external/skia/tools/
H A Dskdiff.h19 #define PATH_DIV_CHAR '\\' macro
22 #define PATH_DIV_CHAR '/' macro
H A Dskdiff_html.cpp244 // 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 267 milliseconds