Home
last modified time | relevance | path

Searched refs:bslash (Results 1 – 1 of 1) sorted by relevance

/external/skqp/tools/bookmaker/
DbmhParser.cpp1268 size_t bslash = fRawFilePathDir.rfind('\\'); in setUpGlobalSubstitutes() local
1270 if (string::npos == slash && string::npos == bslash) { in setUpGlobalSubstitutes()
1273 if (string::npos != bslash && bslash > slash) { in setUpGlobalSubstitutes()
1274 slash = bslash; in setUpGlobalSubstitutes()