1 write to s_defaultTrackerPath
Microsoft.Build.Utilities.UnitTests (1)
TrackedDependencies\FileTrackerTests.cs (1)
51
s_defaultTrackerPath
= FileTracker.GetTrackerPath(ExecutableType.SameAsCurrentProcess);
28 references to s_defaultTrackerPath
Microsoft.Build.Utilities.UnitTests (28)
TrackedDependencies\FileTrackerTests.cs (28)
99
int exit = FileTrackerTestHelper.RunCommand(
s_defaultTrackerPath
, "");
109
int exit = FileTrackerTestHelper.RunCommandWithLog(
s_defaultTrackerPath
, "/q", out string log);
120
string testTrackerPath = Path.Combine(testDirectory, Path.GetFileName(
s_defaultTrackerPath
));
133
File.Copy(
s_defaultTrackerPath
, testTrackerPath);
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);
193
int exit = FileTrackerTestHelper.RunCommand(
s_defaultTrackerPath
, trackerCommand);
200
exit = FileTrackerTestHelper.RunCommandWithLog(
s_defaultTrackerPath
, trackerCommand, out string log);
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");
592
int exit = FileTrackerTestHelper.RunCommand(
s_defaultTrackerPath
, "@tracker.rsp /c findstr /ip foo test.in");
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");
664
s_defaultTrackerPath
,
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");
2348
s_defaultTrackerPath
,