Searched refs:bslash (Results 1 – 1 of 1) sorted by relevance
1268 size_t bslash = fRawFilePathDir.rfind('\\'); in setUpGlobalSubstitutes() local1270 if (string::npos == slash && string::npos == bslash) { in setUpGlobalSubstitutes()1273 if (string::npos != bslash && bslash > slash) { in setUpGlobalSubstitutes()1274 slash = bslash; in setUpGlobalSubstitutes()