Home
last modified time | relevance | path

Searched refs:csv_path (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/ble/performance/
DBleRangeTest.py219 csv_path = os.path.join(
249 df.to_csv(csv_path, encoding='utf-8', index=False)
/tools/test/connectivity/acts_tests/tests/google/gnss/
DLabGnssPowerSweepTest.py264 csv_path = self.gnss_log_path + 'L1_L5_2D_search_result.csv'
265 csvfile = open(csv_path, 'w')
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanRvrTest.py83 def write_csv_rvr_data(test_name, csv_path, csv_data): argument
90 csv_file_name = '%srvr_throughput_vs_attn_%s.csv' % (csv_path, test_name)