Home
last modified time | relevance | path

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

/tools/acloud/public/
Dacloud_main.py297 if (parsed_args.serial_log_file
298 and not parsed_args.serial_log_file.endswith(".tar.gz")):
395 serial_log_file=args.serial_log_file,
413 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/
Dcreate_goldfish_action.py241 serial_log_file=None, argument
286 serial_log_file = avd_spec.serial_log_file
327 gpu, num, serial_log_file, autoconnect)
343 serial_log_file, client_adb_port,
Dcommon_operations.py178 serial_log_file=None, client_adb_port=None, argument
227 if serial_log_file:
229 serial_log_file, port=constants.DEFAULT_SERIAL_PORT)
Dcreate_cuttlefish_action.py201 serial_log_file=None, argument
256 serial_log_file, autoconnect, report_internal_ip)
274 serial_log_file, client_adb_port,
Dcreate_goldfish_action_test.py78 self.avd_spec.serial_log_file = None
/tools/acloud/create/
Davd_spec.py308 self._serial_log_file = args.serial_log_file
808 def serial_log_file(self): member in AVDSpec