Searched defs:host_utils (Results 1 - 6 of 6) sorted by relevance

/external/autotest/server/site_tests/brillo_PingTest/
H A Dbrillo_PingTest.py14 from autotest_lib.server.brillo import host_utils namespace
/external/autotest/server/site_tests/brillo_WifiInterfaceTest/
H A Dbrillo_WifiInterfaceTest.py14 from autotest_lib.server.brillo import host_utils namespace
64 with host_utils.connect_to_ssid(host, ssid, passphrase):
/external/autotest/server/site_tests/brillo_RecordingAudioTest/
H A Dbrillo_RecordingAudioTest.py14 from autotest_lib.server.brillo import host_utils namespace
107 pid = host_utils.run_in_background(self.host, cmd)
111 if not host_utils.wait_for_process(self.host, pid, timeout):
/external/autotest/server/brillo/feedback/
H A Dclosed_loop_audio_client.py15 from autotest_lib.server.brillo import host_utils namespace
135 if not host_utils.wait_for_process(self.client.host,
173 self.recording_pid = host_utils.run_in_background(self.client.host, cmd)
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py47 from devil.utils import host_utils namespace
1400 size = sum(host_utils.GetRecursiveDiskUsage(h) for h, _ in files)
1402 dir_size = sum(host_utils.GetRecursiveDiskUsage(h)
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py45 from devil.utils import host_utils namespace
1316 size = sum(host_utils.GetRecursiveDiskUsage(h) for h, _ in files)
1318 dir_size = sum(host_utils.GetRecursiveDiskUsage(h)

Completed in 4073 milliseconds