Lines Matching defs:files
44 #include "conf-files.h"
75 /* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates
416 /* Do not delete read-only files owned by root */
507 /* Skip files for which the sticky bit is
537 /* Keep files on this level around if this is
964 log_error("Setting file flags is only supported on regular files and directories, cannot set on '%s'.", path);
1191 return log_error_errno(r, "Failed to copy files to %s: %m", i->path);
2101 "Creates, deletes and cleans up volatile and temporary files and directories.\n\n"
2104 " --create Create marked files/directories\n"
2106 " --remove Remove marked files/directories\n"
2313 _cleanup_strv_free_ char **files = NULL;
2316 r = conf_files_list_nulstr(&files, ".conf", arg_root, conf_file_dirs);
2318 log_error_errno(r, "Failed to enumerate tmpfiles.d files: %m");
2322 STRV_FOREACH(f, files) {