Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/tools/impl/
H A Dtestvm.py59 def ssh_port_path(arch: Arch): function
86 if not ssh_port_path(arch).exists():
88 return int(ssh_port_path(arch).read_text())
228 ssh_port_path(arch).write_text(str(port))