4 references to StatFileName
System.Diagnostics.Process (4)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (4)
84
pid == ProcPid.Self ? $"{RootPath}{Self}{
StatFileName
}" :
85
string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{
StatFileName
}");
96
pid == ProcPid.Self ? string.Create(null, stackalloc char[256], $"{RootPath}{Self}{TaskDirectoryName}{(uint)tid}{
StatFileName
}") :
97
string.Create(null, stackalloc char[256], $"{RootPath}{(uint)pid}{TaskDirectoryName}{(uint)tid}{
StatFileName
}");