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 D | 0001-waflib-fix-compatibility-with-python-3.11.patch | 28 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 D | qemurunner.py | 371 with open(linktarget, "rb") as readf: 374 data = readf.read(4096)
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.c | 1147 #define DEBUGFS_XOPS(nm, readf, writef, openf, releasef) \ argument 1152 .read = readf, \
|