Home
last modified time | relevance | path

Searched refs:open_tmpfile_unlinkable (Results 1 – 13 of 13) sorted by relevance

/systemd-251/src/shared/
Ddata-fd-util.c266 … 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()
Dserialize.c205 fd = open_tmpfile_unlinkable(path, O_RDWR|O_CLOEXEC); in open_serialization_fd()
Dloop-util.c366 fd = open_tmpfile_unlinkable(NULL, O_RDONLY); in attach_empty_file()
/systemd-251/src/basic/
Dtmpfile-util.h14 int open_tmpfile_unlinkable(const char *directory, int flags);
Dtmpfile-util.c213 int open_tmpfile_unlinkable(const char *directory, int flags) { in open_tmpfile_unlinkable() function
/systemd-251/src/test/
Dtest-tmpfiles.c28 fd = open_tmpfile_unlinkable(p, O_RDWR|O_CLOEXEC); in TEST()
Dtest-xattr-util.c70 fd = open_tmpfile_unlinkable(vt, O_RDWR); in TEST()
Dtest-id128.c84 fd = open_tmpfile_unlinkable(NULL, O_RDWR|O_CLOEXEC); in TEST()
Dtest-fs-util.c677 fd = open_tmpfile_unlinkable(arg_test_dir, O_RDWR); in TEST()
/systemd-251/src/libsystemd/sd-journal/
Djournal-verify.c854 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()
Djournal-send.c335 buffer_fd = open_tmpfile_unlinkable("/dev/shm", O_RDWR | O_CLOEXEC); in sd_journal_sendv()
/systemd-251/src/journal-remote/
Djournal-gatewayd.c132 fd = open_tmpfile_unlinkable("/tmp", O_RDWR|O_CLOEXEC); in request_meta_ensure_tmp()
/systemd-251/src/machine/
Dmachined-dbus.c743 result_fd = open_tmpfile_unlinkable(NULL, O_RDWR|O_CLOEXEC); in method_clean_pool()