6 references to GetShortFilePath
Microsoft.Build.Tasks.UnitTests (4)
Exec_Tests.cs (4)
342
if (NativeMethodsShared.
GetShortFilePath
(newTmp) == newTmp)
379
if (NativeMethodsShared.
GetShortFilePath
(newTmp) == newTmp)
417
if (NativeMethodsShared.
GetShortFilePath
(newTmp) == newTmp)
454
if (NativeMethodsShared.
GetShortFilePath
(newTmp) == newTmp)
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (1)
1467
batchFileForCommandLine = NativeMethodsShared.
GetShortFilePath
(batchFileForCommandLine);
TrackedDependencies\FileTracker.cs (1)
85
private static readonly string s_tempShortPath = FileUtilities.EnsureTrailingSlash(NativeMethodsShared.
GetShortFilePath
(s_tempPath).ToUpperInvariant());