Lines Matching refs:strv_free
5328 c->environment = strv_free(c->environment); in exec_context_done()
5329 c->environment_files = strv_free(c->environment_files); in exec_context_done()
5330 c->pass_environment = strv_free(c->pass_environment); in exec_context_done()
5331 c->unset_environment = strv_free(c->unset_environment); in exec_context_done()
5352 c->extension_directories = strv_free(c->extension_directories); in exec_context_done()
5358 c->supplementary_groups = strv_free(c->supplementary_groups); in exec_context_done()
5362 c->read_only_paths = strv_free(c->read_only_paths); in exec_context_done()
5363 c->read_write_paths = strv_free(c->read_write_paths); in exec_context_done()
5364 c->inaccessible_paths = strv_free(c->inaccessible_paths); in exec_context_done()
5365 c->exec_paths = strv_free(c->exec_paths); in exec_context_done()
5366 c->no_exec_paths = strv_free(c->no_exec_paths); in exec_context_done()
5367 c->exec_search_path = strv_free(c->exec_search_path); in exec_context_done()
5475 c->argv = strv_free(c->argv); in exec_command_done()
6488 strv_free(l); in exec_command_set()
7017 p->environment = strv_free(p->environment); in exec_params_clear()
7018 p->fd_names = strv_free(p->fd_names); in exec_params_clear()
7047 strv_free(d->items[i].symlinks); in exec_directory_done()