D | device.py | 80 def match_kernel(config, kernel, version): argument 84 with open(config, 'rt', encoding='utf-8') as config_file: 90 def get_kernel_info(config): argument 94 with open(config, 'rt', encoding='utf-8') as config_file: 112 config = os.path.join(config_path, 'config.gni') 113 if not os.path.isfile(config): 116 with open(config, 'rt', encoding='utf-8') as config_file:
|