5 references to RunExternalProcess
Microsoft.DotNet.SignTool (5)
src\ZipData.cs (5)
453
if (!
RunExternalProcess
(log, "tar", $"-xzf \"{archivePath}\" -C \"{extractDir}\"", out _))
494
if (!
RunExternalProcess
(log, "tar", $"-xzf \"{FileSignInfo.FullPath}\" -C \"{extractDir}\"", out _))
522
if (!
RunExternalProcess
(log, "tar", $"-czf \"{FileSignInfo.FullPath}\" -C \"{extractDir}\" .", out _))
784
RunExternalProcess
(log, "bash", $"-c \"find . -depth ! -wholename '.' -print | cpio -H newc -o --quiet > '{payload}'\"", out string _, layout);
787
RunExternalProcess
(log, "bash", $"-c \"find . -depth ! -wholename '.' -exec file {{}} \\;\"", out string output, layout);