Home | History | Annotate | Download | only in host

Lines Matching refs:file_path

1027             file_path = os.path.join(logging.log_path,
1030 logging.info('Catching bugreport %s...' % file_path)
1031 device.adb.bugreport(file_path)
1091 file_path = os.path.join(logging.log_path,
1094 logging.info('Dumping logcat %s...' % file_path)
1095 device.adb.logcat('-b', buffer, '-d', '>', file_path)