Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/mobly/tests/mobly/
Doutput_test.py71 debug_log_path = os.path.join(output_dir, records.OUTPUT_FILE_DEBUG_LOG)
73 return (summary_file_path, debug_log_path, info_log_path)
76 (summary_file_path, debug_log_path, info_log_path) = self.get_output_logs(
80 self.assertTrue(os.path.isfile(debug_log_path))
82 return (summary_file_path, debug_log_path, info_log_path)
194 (summary_file_path, debug_log_path, info_log_path) = (
197 self.assert_log_contents(debug_log_path, whitelist=[debug_uuid, info_uuid])
287 (summary_file_path, debug_log_path, info_log_path) = (
295 self.assert_log_contents(debug_log_path, whitelist=['DEBUG', 'INFO'])
/aosp_15_r20/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.h100 const char debug_log_path[] = "/data/vendor/uwb/"; variable