| 174 | void set_filepath2(const filepath& fp) { path2 = fp; } |
| 175 | void set_alternate_name(std::string an) { alternate_name = an; } |
| 176 | void set_string2(const char *s) { path2.set_path(std::string_view(s), 0); } |
| 177 | void set_caller_perms(const UserPerm& _perms) { |
| 178 | perms = _perms; |
| 179 | head.caller_uid = perms.uid(); |
no test coverage detected