Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dprofile.cxx2304 DWORD dwPathLen = 0; in lookupProfile() local
2441 dwPathLen = nEnd; in lookupProfile()
2443 aPath[dwPathLen] = 0; in lookupProfile()
2446 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2466dwPathLen += MultiByteToWideChar( CP_ACP, 0, SVERSION_USER, -1, reinterpret_cast<LPWSTR>(aPath + d… in lookupProfile()
2478 if (dwPathLen == 0) in lookupProfile()
2514 dwPathLen = nPos; in lookupProfile()
2515 aPath[dwPathLen] = 0; in lookupProfile()
2582 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2585 aPath[dwPathLen] = 0; in lookupProfile()
[all …]

Completed in 39 milliseconds