Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dselinux-util.c596 bool context_changed = false; in mac_selinux_bind() local
654 context_changed = true; in mac_selinux_bind()
659 if (context_changed) in mac_selinux_bind()
/systemd-251/src/partition/
Drepart.c2288 static bool context_changed(const Context *context) { in context_changed() function
3470 if (!from_scratch && !context_changed(context)) { in context_write_partition_table()