Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Darduino_wifi_dongle.py135 self.log_file_path = os.path.join(
137 self.log_file_fd = open(self.log_file_path, 'a')
Dandroid_device.py1250 log_file_path=None): argument
1264 if log_file_path:
1265 cmd += " --logfile {} &".format(log_file_path)