Searched refs:fwdSlash (Results 1 – 1 of 1) sorted by relevance
31 LCHAR* fwdSlash; in SR_SessionCreate() local49 fwdSlash = LSTRRCHR(baseDirectory, '\\'); in SR_SessionCreate()52 if (fwdSlash == NULL && backSlash == NULL) in SR_SessionCreate()54 else if (fwdSlash != NULL && fwdSlash > backSlash) in SR_SessionCreate()55 *(fwdSlash + 1) = L('\0'); in SR_SessionCreate()