Home
last modified time | relevance | path

Searched refs:IsRoot (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSudoTools.cs31 …process = Misc.IsRoot ? Process.Start(command, arguments) : SudoExecute(command + " " + arguments,… in EnsureSudoExecute()
43 if(Misc.IsRoot) in EnsureSudoProcess()
DMisc.cs1162 public static bool IsRoot property in Antmicro.Renode.Utilities.Misc