Lines Matching refs:dwPathLen

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()
2466dwPathLen += MultiByteToWideChar( CP_ACP, 0, SVERSION_USER, -1, reinterpret_cast<LPWSTR>(aPath + d… in lookupProfile()
2478 if (dwPathLen == 0) in lookupProfile()
2508 dwPathLen = nPos; in lookupProfile()
2514 dwPathLen = nPos; in lookupProfile()
2515 aPath[dwPathLen] = 0; in lookupProfile()
2533 copy_ustr_n(aPath + dwPathLen++, L"\\", 2); in lookupProfile()
2537 copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2538 dwPathLen += rtl_ustr_getLength(strPath); in lookupProfile()
2568dwPathLen = nPos + MultiByteToWideChar( CP_ACP, 0, SVERSION_USER, -1, reinterpret_cast<LPWSTR>(aPa… in lookupProfile()
2574 dwPathLen = nPos + 1 + rtl_ustr_getLength(strPath); in lookupProfile()
2582 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2584 aPath[dwPathLen++] = L'\\'; in lookupProfile()
2585 aPath[dwPathLen] = 0; in lookupProfile()
2588 copy_ustr_n(aPath + dwPathLen, strFile, rtl_ustr_getLength(strFile)+1); in lookupProfile()
2643 dwPathLen = MultiByteToWideChar( in lookupProfile()
2645 dwPathLen -=1; in lookupProfile()
2648 if ((aPath[dwPathLen - 1] != L'/') in lookupProfile()
2649 && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2651 copy_ustr_n(aPath + dwPathLen++, L"\\", 2); in lookupProfile()
2656 … copy_ustr_n(aPath + dwPathLen, strPath, rtl_ustr_getLength(strPath)+1); in lookupProfile()
2657 dwPathLen += rtl_ustr_getLength(strPath); in lookupProfile()
2672 dwPathLen += MultiByteToWideChar( in lookupProfile()
2674 reinterpret_cast<LPWSTR>(aPath + dwPathLen), in lookupProfile()
2675 aPath.getBufSizeInSymbols() - dwPathLen ); in lookupProfile()
2691 aPath[dwPathLen] = 0; in lookupProfile()
2695 copy_ustr_n(strProfile, aPath, dwPathLen+1); in lookupProfile()