Parse the Kernel extensions
()
| 849 | PrintAndLog(PackagesDirPath.decode('utf-8') + u' is empty (no package found)', 'INFO') |
| 850 | |
| 851 | def ParseKext(): |
| 852 | ''' Parse the Kernel extensions ''' |
| 853 | |
| 854 | PrintAndLog(u'Kernel extensions', 'SECTION') |
| 855 | ParsePackagesDir(os.path.join(ROOT_PATH, 'System/Library/Extensions/')) |
| 856 | |
| 857 | def AggregateLogsDir(ZipHandle, LogDirPath): |
| 858 | ''' Aggregate all logs found in a directory to a zipball ''' |
no test coverage detected