| 216 | void set_filepath(const filepath& fp) { path = fp; } |
| 217 | void set_filepath2(const filepath& fp) { path2 = fp; } |
| 218 | void set_string2(const char *s) { path2.set_path(std::string_view(s), 0); } |
| 219 | void set_caller_uid(unsigned u) { head.caller_uid = u; } |
| 220 | void set_caller_gid(unsigned g) { head.caller_gid = g; } |
| 221 | void set_gid_list(int count, const gid_t *gids) { |
no test coverage detected