Home
last modified time | relevance | path

Searched refs:takes_ownership (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/tmpfiles/
Dtmpfiles.c360 static bool takes_ownership(ItemType t) { in takes_ownership() function
2652 if (takes_ownership(a->type) && !takes_ownership(b->type)) in item_compare()
2654 if (!takes_ownership(a->type) && takes_ownership(b->type)) in item_compare()
2665 if (takes_ownership(a->type) && takes_ownership(b->type)) in item_compatible()