Home
last modified time | relevance | path

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

/aosp12/system/extras/pagecache/
H A Dpagecache.py200 adb_output = []
203 adb_output = subprocess.check_output(adb_command, stderr=subprocess.STDOUT,
212 adb_output = error
216 adb_output = error.output
218 return (adb_output, adb_return_code)
/aosp12/system/update_engine/scripts/
H A Dupdate_device.py371 def adb_output(self, command): member in AdbHost
455 use_omaha = 'omaha' in dut.adb_output(help_cmd)