Home
last modified time | relevance | path

Searched defs:tmp_path (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/systemctl/
Dsystemctl-edit.c248 _cleanup_free_ char *new_path = NULL, *tmp_path = NULL; in unit_file_create_new() local
278 _cleanup_free_ char *new_path = NULL, *tmp_path = NULL; in unit_file_create_copy() local
390 … _cleanup_free_ char *path = NULL, *new_path = NULL, *tmp_path = NULL, *tmp_name = NULL; in find_paths_to_edit() local
/systemd-251/src/core/
Dnamespace.c2713 static int setup_one_tmp_dir(const char *id, const char *prefix, char **path, char **tmp_path) { in setup_one_tmp_dir()