Searched defs:fix (Results 1 - 1 of 1) sorted by relevance

/systemd/src/sysusers/
H A Dsysusers.c232 log_warning_errno(errno, "Failed to fix access and modification time of %s: %m", backup);
814 const char *fix; local
816 fix = prefix_roota(arg_root, p);
817 if (stat(fix, st) < 0)

Completed in 27 milliseconds