Home
last modified time | relevance | path

Searched refs:readf (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-waflib-fix-compatibility-with-python-3.11.patch28 code=Utils.readf(path,m='rU',encoding=encoding)
30 …rts/tmp-glibc/work/core2-64-webos-linux/glmark2/2021.12-r0/git/waflib/Utils.py", line 117, in readf
50 - code=Utils.readf(filename,m='rU')
51 + code=Utils.readf(filename,m='r')
72 - code=Utils.readf(path,m='rU',encoding=encoding)
73 + code=Utils.readf(path,encoding=encoding)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py371 with open(linktarget, "rb") as readf:
374 data = readf.read(4096)
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c1147 #define DEBUGFS_XOPS(nm, readf, writef, openf, releasef) \ argument
1152 .read = readf, \