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

/systemd/src/tmpfiles/
H A Dtmpfiles.c2242 Item *j, *candidate_item = NULL; local
2252 candidate_item = j;
2256 if ((!candidate_item && path_startswith(i->path, j->path)) ||
2257 (candidate_item && path_startswith(j->path, candidate_item->path) && (fnmatch(i->path, j->path, FNM_PATHNAME | FNM_PERIOD) == 0)))
2258 candidate_item = j;
2261 if (candidate_item && candidate_item->age_set) {
2262 i->age = candidate_item->age;

Completed in 457 milliseconds