| 172 | void set_retry_attempt(int a) { head.ext_num_retry = a; } |
| 173 | void set_filepath(const filepath& fp) { path = fp; } |
| 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) { |
no outgoing calls
no test coverage detected