Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
import
hashlib
8
9
def
read(path):
10
with
open(path,
'rb'
)
as
f:
11
return
f.read()
12
13
def
write(path, data):
14
with
open(path,
'wb'
)
as
f:
Callers
15
XC_read_socket
Function · 0.85
test_read_file
Function · 0.85
inject_region
Function · 0.85
main
Function · 0.85
rdmsr
Function · 0.85
rdmsr_from_cpu
Function · 0.85
linux_rdmsr
Function · 0.85
main
Function · 0.85
rdmsr
Function · 0.85
rdmsr_from_cpu
Function · 0.85
dt_update_cells
Function · 0.85
dt_find_compat
Function · 0.85
Calls
1
read
Method · 0.80
Tested by
1
test_read_file
Function · 0.68