/external/autotest/utils/frozen_chromite/lib/ |
D | osutils.py | 123 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
|
D | cache.py | 322 def Untar(path, cwd, sudo=False): argument
|
D | remote_access.py | 540 recursive=True, inplace=False, verbose=False, sudo=False, argument 600 sudo=False, **kwargs): argument
|
D | cros_build_lib.py | 1203 def CreateTarball(target, cwd, sudo=False, compression=COMP_XZ, chroot=None, argument
|
/external/python/parse_type/tasks/ |
D | _dry_run.py | 42 def sudo(self, command, **kwargs): member in DryRunContext
|
/external/openthread/tools/harness-thci/ |
D | OpenThread_BR.py | 373 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/ |
D | command_handlers.py | 223 def __init__(self, host, port, username, password, sudo): argument
|
D | otci.py | 2484 def connect_otbr_ssh(host: str, port: int = 22, username='pi', password='raspberry', sudo=True): argument
|