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

/systemd/src/tmpfiles/
H A Dtmpfiles.c193 static bool takes_ownership(ItemType t) { function
1747 if (takes_ownership(x->type) && !takes_ownership(y->type))
1749 if (!takes_ownership(x->type) && takes_ownership(y->type))
1760 if (takes_ownership(a->type) && takes_ownership(b->type))

Completed in 752 milliseconds