Home
last modified time | relevance | path

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

/tools/acloud/public/
Dacloud_main.py272 if (parsed_args.serial_log_file
273 and not parsed_args.serial_log_file.endswith(".tar.gz")):
372 serial_log_file=args.serial_log_file,
390 serial_log_file=args.serial_log_file,
Ddevice_driver.py344 serial_log_file=None, argument
424 if serial_log_file:
429 output_file=serial_log_file)
/tools/acloud/public/actions/
Dcommon_operations.py170 serial_log_file=None, client_adb_port=None, argument
218 if serial_log_file:
220 serial_log_file, port=constants.DEFAULT_SERIAL_PORT)
Dcreate_cuttlefish_action.py197 serial_log_file=None, argument
252 serial_log_file, autoconnect, report_internal_ip)
270 serial_log_file, client_adb_port,
Dcreate_goldfish_action_test.py78 self.avd_spec.serial_log_file = None
/tools/acloud/create/
Davd_spec.py306 self._serial_log_file = args.serial_log_file
747 def serial_log_file(self): member in AVDSpec