Searched refs:subpath (Results 1 – 2 of 2) sorted by relevance
168 int read_debugfs_file(const char *subpath, char *buf, size_t count) in read_debugfs_file() argument172 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() argument181 strncat(path, subpath, sizeof(path) - strlen(path) - 1); in write_debugfs_file()
788 subpath = self._decode_extack_path(NlAttrs(attr.raw),791 if subpath is None:793 return '.' + attr_spec.name + subpath