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

/systemd/src/tmpfiles/
H A Dtmpfiles.c383 _cleanup_free_ char *sub_path = NULL; local
422 sub_path = strjoin(p, "/", dent->d_name, NULL);
423 if (!sub_path) {
429 if (ordered_hashmap_get(items, sub_path)) {
430 log_debug("Ignoring \"%s\": a separate entry exists.", sub_path);
434 if (find_glob(globs, sub_path)) {
435 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path);
444 log_debug("Ignoring \"%s\".", sub_path);
449 log_warning("Reached max depth on \"%s\".", sub_path);
457 r = log_error_errno(errno, "opendir(%s) failed: %m", sub_path);
[all...]

Completed in 15 milliseconds