Searched refs:read_text (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | 20 static ssize_t read_text(const char *path, char *buf, size_t max_len) in read_text() function 94 if (read_text(path, buf, len) >= 0) in cg_read() 197 if (read_text("/proc/self/mounts", buf, sizeof(buf)) <= 0) in cg_find_unified_root() 502 if (read_text("/proc/swaps", buf, sizeof(buf)) <= 0) in is_swap_enabled() 542 return read_text(path, buf, size); in proc_read_text()
|
| /OK3568_Linux_fs/yocto/poky/documentation/sphinx/ |
| H A D | yocto-vars.py | 42 cache_hash = poky_cache.read_text() 51 if PATTERN.search(p.read_text()):
|