MCPcopy Create free account
hub / github.com/coreboot/coreboot / read

Function read

util/mediatek/gen-bl-img.py:9–11  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

7import hashlib
8
9def read(path):
10 with open(path, 'rb') as f:
11 return f.read()
12
13def write(path, data):
14 with open(path, 'wb') as f:

Callers 15

XC_read_socketFunction · 0.85
test_read_fileFunction · 0.85
inject_regionFunction · 0.85
mainFunction · 0.85
rdmsrFunction · 0.85
rdmsr_from_cpuFunction · 0.85
linux_rdmsrFunction · 0.85
mainFunction · 0.85
rdmsrFunction · 0.85
rdmsr_from_cpuFunction · 0.85
dt_update_cellsFunction · 0.85
dt_find_compatFunction · 0.85

Calls 1

readMethod · 0.80

Tested by 1

test_read_fileFunction · 0.68