Searched refs:subpath (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 168 int read_debugfs_file(const char *subpath, char *buf, size_t count) in read_debugfs_file() argument 172 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in read_debugfs_file() 177 int write_debugfs_file(const char *subpath, const char *buf, size_t count) in write_debugfs_file() argument 181 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in write_debugfs_file()
|
/linux/tools/net/ynl/pyynl/lib/ |
H A D | ynl.py | 840 subpath = self._decode_extack_path(NlAttrs(attr.raw), sub_attrs, 842 if subpath is None: 844 return '.' + pathname + subpath
|