Home
last modified time | relevance | path

Searched defs:adb_command (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/development/tools/labpretest/
H A Dlabpretest.sh255 adb_command() function
/aosp_15_r20/external/autotest/server/hosts/
H A Dandroid_host.py165 def run_adb_command(self, adb_command, ignore_status=False): argument
/aosp_15_r20/system/extras/pagecache/
H A Dpagecache.py175 def add_adb_serial(adb_command, device_serial): argument
/aosp_15_r20/packages/modules/adb/client/
Dadb_client.cpp381 bool adb_command(const std::string& service) { in adb_command() function
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc358 Command adb_command(SubtoolPath("adb")); in ResultSetup() local