Home
last modified time | relevance | path

Searched defs:sudo (Results 1 – 8 of 8) sorted by relevance

/external/autotest/utils/frozen_chromite/lib/
Dosutils.py123 makedirs=False, sudo=False): argument
315 def SafeSymlink(source, dest, sudo=False): argument
334 def SafeUnlink(path, sudo=False): argument
355 def SafeMakedirs(path, mode=0o775, sudo=False, user='root'): argument
504 def RmDir(path, ignore_missing=False, sudo=False): argument
539 def EmptyDir(path, ignore_missing=False, sudo=False, exclude=()): argument
935 def MountDir(src_path, dst_path, fs_type=None, sudo=True, makedirs=True, argument
983 def UmountDir(path, lazy=True, sudo=True, cleanup=True): argument
Dcache.py322 def Untar(path, cwd, sudo=False): argument
Dremote_access.py540 recursive=True, inplace=False, verbose=False, sudo=False, argument
600 sudo=False, **kwargs): argument
Dcros_build_lib.py1203 def CreateTarball(target, cwd, sudo=False, compression=COMP_XZ, chroot=None, argument
/external/python/parse_type/tasks/
D_dry_run.py42 def sudo(self, command, **kwargs): member in DryRunContext
/external/openthread/tools/harness-thci/
DOpenThread_BR.py373 def bash(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
376 def bash_unwatched(self, cmd, timeout=DEFAULT_COMMAND_TIMEOUT, sudo=True): argument
/external/openthread/tools/otci/otci/
Dcommand_handlers.py223 def __init__(self, host, port, username, password, sudo): argument
Dotci.py2484 def connect_otbr_ssh(host: str, port: int = 22, username='pi', password='raspberry', sudo=True): argument