Home
last modified time | relevance | path

Searched refs:_get_full_file_path (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/
Diperf_server_test.py103 full_file_path = server._get_full_file_path()
126 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
137 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
149 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
161 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
176 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
188 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
209 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
222 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
235 server._get_full_file_path = lambda _: MOCK_LOGFILE_PATH
[all …]
Diperf_client_test.py68 full_file_path = IPerfClientBase._get_full_file_path(0)
89 client._get_full_file_path = lambda _: file_path
109 client._get_full_file_path = lambda _: file_path
127 client._get_full_file_path = lambda _: file_path
/tools/test/connectivity/acts/framework/acts/controllers/
Diperf_client.py97 def _get_full_file_path(tag=''): member in IPerfClientBase
162 full_out_path = self._get_full_file_path(tag)
213 full_out_path = self._get_full_file_path(tag)
314 full_out_path = self._get_full_file_path(tag)
Diperf_server.py300 def _get_full_file_path(self, tag=None): member in IPerfServerBase
375 self._current_log_file = self._get_full_file_path(tag)
561 log_file = self._get_full_file_path(self._current_tag)
717 log_file = self._get_full_file_path(self._current_tag)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_sniffer.py102 def _get_full_file_path(self, tag=None): member in OtaSnifferBase
155 log_file = self._get_full_file_path()
445 log_file = self._get_full_file_path(tag)