Searched refs:dwPathLen (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sal/osl/w32/ |
| H A D | profile.cxx | 2304 DWORD dwPathLen = 0; in lookupProfile() local 2441 dwPathLen = nEnd; in lookupProfile() 2442 copy_ustr_n(aPath, pCommandArg + nStart + 1, dwPathLen); in lookupProfile() 2443 aPath[dwPathLen] = 0; in lookupProfile() 2446 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile() 2448 copy_ustr_n(aPath + dwPathLen++, L"/", 2); in lookupProfile() 2453 copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile() 2454 dwPathLen += rtl_ustr_getLength(strPath); in lookupProfile() 2466 …dwPathLen += MultiByteToWideChar( CP_ACP, 0, SVERSION_USER, -1, reinterpret_cast<LPWSTR>(aPath + d… in lookupProfile() 2478 if (dwPathLen == 0) in lookupProfile() [all …]
|