2 references to GetFullPathWin32
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
1552
int fullPathLength =
GetFullPathWin32
(path, MAX_PATH, buffer, IntPtr.Zero);
1558
fullPathLength =
GetFullPathWin32
(path, fullPathLength, newBuffer, IntPtr.Zero);