3 references to s_workloadPackCacheDirectory
SDDLTests (3)
Program.cs (3)
80
private static readonly string s_cachedTestAssetPath = Path.Combine(
s_workloadPackCacheDirectory
, s_testAsset);
170
SecurityUtils.CreateSecureDirectory(
s_workloadPackCacheDirectory
);
245
VerifyDirectorySecurityDescriptor(
s_workloadPackCacheDirectory
, "BA", "BA", 4, "A;OICIID;0x1200a9;;;WD", "A;OICIID;FA;;;SY", "A;OICIID;FA;;;BA", "A;OICIID;0x1200a9;;;BU");