Searched refs:path_cb (Results 1 – 1 of 1) sorted by relevance
/systemd-251/test/ |
D | test-systemd-tmpfiles.py | 77 def test_content(line, expected, *, user, extra={}, subpath='/arg', path_cb=None): argument 79 if path_cb is not None: 80 path_cb(d.name, subpath) 185 … test_content('f= {} - - - - ' + label, label, user=user, subpath=subpath, path_cb=type_cb) 189 …test_content('f= {} - - - - ' + label, label, user=user, subpath='/deep/1/2', path_cb=valid_symlin…
|