Home
last modified time | relevance | path

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

/systemd-251/src/tmpfiles/
Dtmpfiles.c2588 static int process_item_array(ItemArray *array, OperationMask operation) { in process_item_array() function
2596 r = process_item_array(array->parent, operation & OPERATION_CREATE); in process_item_array()
2605 k = process_item_array(c, operation & (OPERATION_REMOVE|OPERATION_CLEAN)); in process_item_array()
3844 k = process_item_array(a, op); in run()
3851 k = process_item_array(a, op); in run()