Lines Matching refs:wsFilePath
1085 CFX_WideString wsFilePath = m_pDocument->GetPath();1086 int32_t i = wsFilePath.GetLength() - 1;1088 if (wsFilePath.GetAt(i) == L'\\' || wsFilePath.GetAt(i) == L'/')1091 if (i >= 0 && i < wsFilePath.GetLength() - 1) {1092 vp << (wsFilePath.GetBuffer(wsFilePath.GetLength()) + i + 1);