1 write to s_defaultFileTrackerPath
Microsoft.Build.Utilities.UnitTests (1)
TrackedDependencies\FileTrackerTests.cs (1)
50
s_defaultFileTrackerPath
= "\"" + s_defaultFileTrackerPathUnquoted + "\"";
21 references to s_defaultFileTrackerPath
Microsoft.Build.Utilities.UnitTests (21)
TrackedDependencies\FileTrackerTests.cs (21)
159
int exit = FileTrackerTestHelper.RunCommandWithLog(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " @abc.rsp /c findstr /ip foo test.in", out string log);
176
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
);
186
string trackerCommand = "/d " +
s_defaultFileTrackerPath
+ " /c findstr /ip foo test.in";
220
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /c findstr /ip foo test.in");
234
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /o /c findstr /ip foo test.in");
252
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /o /e /c findstr /ip foo test.in");
275
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /o /a /c findstr /ip foo test.in");
529
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /t /c findstr /ip foo test.in");
544
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /c findstr /ip foo \"test file.in\"");
559
int exit = FileTrackerTestHelper.RunCommandNoStdOut(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /i . /c find /I \"\\\"foo\"\\\" t\u1EBCst.in");
587
FileTrackerTestHelper.WriteAll("tracker.rsp", "/d " +
s_defaultFileTrackerPath
+ " /r jibbit");
609
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /r jibbit /c findstr /ip foo test.in");
627
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/t /d " +
s_defaultFileTrackerPath
+ " /r jibbit /c findstr /ip foo test.in");
646
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /r \"jibbit goo\" /c findstr /ip foo test.in");
691
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /c sort test.in /O test.out");
718
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /i outdir /c sort test.in /O test.out");
749
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /i outdir /c sort test.in /O test.out");
771
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /c cmd /c findstr /ip foo test.in");
789
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /c cmd /c cmd /c findstr /ip foo test.in");
815
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /c " + s_cmd64Path + " /c " + s_cmd32Path + " /c findstr /ip foo test.in");
841
int exit = FileTrackerTestHelper.RunCommand(s_defaultTrackerPath, "/d " +
s_defaultFileTrackerPath
+ " /c " + s_cmd32Path + " /c " + s_cmd64Path + " /c findstr /ip foo test.in");