Searched refs:read_text (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 23 static ssize_t read_text(const char *path, char *buf, size_t max_len) in read_text() function 93 ret = read_text(path, buf, len); in cg_read() 204 if (read_text("/proc/self/mounts", buf, sizeof(buf)) <= 0) in cg_find_unified_root() 517 if (read_text("/proc/swaps", buf, sizeof(buf)) <= 0) in is_swap_enabled() 552 read = read_text("/proc/mounts", buf, sizeof(buf)); in proc_mount_contains() 570 ret = read_text(path, buf, size); in proc_read_text()
|
/openbmc/openbmc/poky/documentation/sphinx/ |
H A D | yocto-vars.py | 42 cache_hash = poky_cache.read_text() 51 if PATTERN.search(p.read_text()):
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 303 description=f_notrun.read_text(encoding='utf-8').strip()) 307 casenotrun = f_casenotrun.read_text(encoding='utf-8')
|