Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c23 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 Dyocto-vars.py42 cache_hash = poky_cache.read_text()
51 if PATTERN.search(p.read_text()):
/openbmc/qemu/tests/qemu-iotests/
H A Dtestrunner.py303 description=f_notrun.read_text(encoding='utf-8').strip())
307 casenotrun = f_casenotrun.read_text(encoding='utf-8')