Searched refs:tempfn_random (Results 1 - 13 of 13) sorted by relevance
/systemd/src/basic/ |
H A D | fileio.h | 78 int tempfn_random(const char *p, const char *extra, char **ret);
|
H A D | fs-util.c | 406 r = tempfn_random(to, NULL, &t); 427 r = tempfn_random(path, NULL, &t); 448 r = tempfn_random(path, NULL, &t);
|
H A D | copy.c | 442 r = tempfn_random(to, NULL, &t);
|
/systemd/src/import/ |
H A D | pull-raw.c | 235 r = tempfn_random(i->final_path, NULL, &t); 307 r = tempfn_random(p, NULL, &tp); 501 r = tempfn_random(i->final_path, NULL, &i->temp_path); 534 r = tempfn_random(i->settings_path, NULL, &i->settings_temp_path);
|
H A D | import-raw.c | 190 r = tempfn_random(i->final_path, NULL, &t); 276 r = tempfn_random(i->final_path, NULL, &i->temp_path);
|
H A D | pull-tar.c | 406 r = tempfn_random(i->final_path, NULL, &i->temp_path); 444 r = tempfn_random(i->settings_path, NULL, &i->settings_temp_path);
|
H A D | export-raw.c | 275 r = tempfn_random(path, NULL, &t);
|
H A D | export-tar.c | 293 r = tempfn_random(path, NULL, &e->temp_path);
|
H A D | import-tar.c | 231 r = tempfn_random(i->final_path, NULL, &i->temp_path);
|
/systemd/src/coredump/ |
H A D | coredump.c | 338 r = tempfn_random(fn, NULL, &tmp); 384 r = tempfn_random(fn_compressed, NULL, &tmp_compressed);
|
/systemd/src/test/ |
H A D | test-util.c | 1564 assert_se(tempfn_random("/foo/bar/waldo", NULL, &ret) >= 0); 1570 assert_se(tempfn_random("/foo/bar/waldo", "[wuff]", &ret) >= 0);
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 287 r = tempfn_random(m->source, NULL, &m->work_dir); 3159 r = tempfn_random(arg_directory, "machine.", &np);
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 5823 r = tempfn_random(new_path, NULL, &t);
|
Completed in 3316 milliseconds