Searched refs:ServiceLength (Results 1 – 1 of 1) sorted by relevance
1744 DWORD RosDirLength, ServiceLength, Win32Length; in FixupServiceBinaryPath() local1748 ServiceLength = strlenW(*ServiceBinary); in FixupServiceBinaryPath()1755 if (ServiceLength < RosDirLength) in FixupServiceBinaryPath()1762 (ServiceLength - RosDirLength) * sizeof(WCHAR)); in FixupServiceBinaryPath()1767 Win32Length = (ServiceLength - RosDirLength) * sizeof(WCHAR) in FixupServiceBinaryPath()