Searched refs:open_tmpfile_unlinkable (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/shared/ |
D | data-fd-util.c | 266 … tmp_fd = open_tmpfile_unlinkable(NULL /* NULL as directory means /tmp */, O_RDWR|O_CLOEXEC); in copy_data_fd() 312 tmp_fd = open_tmpfile_unlinkable(td, O_RDWR|O_CLOEXEC); in copy_data_fd()
|
D | serialize.c | 205 fd = open_tmpfile_unlinkable(path, O_RDWR|O_CLOEXEC); in open_serialization_fd()
|
D | loop-util.c | 366 fd = open_tmpfile_unlinkable(NULL, O_RDONLY); in attach_empty_file()
|
/systemd-251/src/basic/ |
D | tmpfile-util.h | 14 int open_tmpfile_unlinkable(const char *directory, int flags);
|
D | tmpfile-util.c | 213 int open_tmpfile_unlinkable(const char *directory, int flags) { in open_tmpfile_unlinkable() function
|
/systemd-251/src/test/ |
D | test-tmpfiles.c | 28 fd = open_tmpfile_unlinkable(p, O_RDWR|O_CLOEXEC); in TEST()
|
D | test-xattr-util.c | 70 fd = open_tmpfile_unlinkable(vt, O_RDWR); in TEST()
|
D | test-id128.c | 84 fd = open_tmpfile_unlinkable(NULL, O_RDWR|O_CLOEXEC); in TEST()
|
D | test-fs-util.c | 677 fd = open_tmpfile_unlinkable(arg_test_dir, O_RDWR); in TEST()
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-verify.c | 854 data_fd = open_tmpfile_unlinkable(tmp_dir, O_RDWR | O_CLOEXEC); in journal_file_verify() 860 entry_fd = open_tmpfile_unlinkable(tmp_dir, O_RDWR | O_CLOEXEC); in journal_file_verify() 866 entry_array_fd = open_tmpfile_unlinkable(tmp_dir, O_RDWR | O_CLOEXEC); in journal_file_verify()
|
D | journal-send.c | 335 buffer_fd = open_tmpfile_unlinkable("/dev/shm", O_RDWR | O_CLOEXEC); in sd_journal_sendv()
|
/systemd-251/src/journal-remote/ |
D | journal-gatewayd.c | 132 fd = open_tmpfile_unlinkable("/tmp", O_RDWR|O_CLOEXEC); in request_meta_ensure_tmp()
|
/systemd-251/src/machine/ |
D | machined-dbus.c | 743 result_fd = open_tmpfile_unlinkable(NULL, O_RDWR|O_CLOEXEC); in method_clean_pool()
|