Searched refs:IsRoot (Results 1 – 2 of 2) sorted by relevance
31 …process = Misc.IsRoot ? Process.Start(command, arguments) : SudoExecute(command + " " + arguments,… in EnsureSudoExecute()43 if(Misc.IsRoot) in EnsureSudoProcess()
1162 public static bool IsRoot property in Antmicro.Renode.Utilities.Misc