Home
last modified time | relevance | path

Searched refs:write_text (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/documentation/sphinx/
H A Dyocto-vars.py58 poky_cache.write_text(poky_hash)
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dcgroup_util.c39 static ssize_t write_text(const char *path, char *buf, ssize_t len) in write_text() function
185 if (write_text(path, buf, len) == len) in cg_write()