22 references to FixFilePath
MSBuild (22)
FileUtilities.cs (14)
234
fileSpec =
FixFilePath
(fileSpec);
258
return
FixFilePath
(path.Substring(start, stop - start));
272
return
FixFilePath
(start < stop && IsSlash(path[stop - 1]) ?
286
path =
FixFilePath
(path);
323
path =
FixFilePath
(path);
405
return
FixFilePath
(fullPath.Substring(0, i));
487
return
FixFilePath
(fullPath);
716
string directory = Path.GetDirectoryName(
FixFilePath
(fileSpec));
781
fileSpec =
FixFilePath
(EscapingUtilities.UnescapeAll(fileSpec));
894
File.Delete(
FixFilePath
(path));
921
path =
FixFilePath
(path);
1188
return
FixFilePath
(path);
1239
return
FixFilePath
(path);
1263
return Path.IsPathRooted(
FixFilePath
(path));
Modifiers.cs (1)
437
modifiedItemSpec = Path.GetFileNameWithoutExtension(
FixFilePath
(itemSpec));
XMake.cs (7)
2009
s_exeName = FileUtilities.
FixFilePath
(QuotingUtilities.Unquote(commandLineArgs[0]));
2230
string responseFile = FileUtilities.
FixFilePath
(unquotedCommandLineArg.Substring(1));
3059
var projectFile = FileUtilities.
FixFilePath
(projectSwitchParameters[0]);
3564
projectFile = FileUtilities.
FixFilePath
(parameters[0]);
4150
string logFileName = FileUtilities.
FixFilePath
(ExtractAnyParameterValue(logFileParameter));
4414
string testFile = FileUtilities.
FixFilePath
(loggerAssemblySpec);
4573
string fileName = FileUtilities.
FixFilePath
(parameter);