Searched refs:open_tmpfile (Results 1 - 6 of 6) sorted by relevance

/systemd/src/test/
H A Dtest-tmpfiles.c43 fd = open_tmpfile(p, O_RDWR|O_CLOEXEC);
/systemd/src/basic/
H A Dfileio.h75 int open_tmpfile(const char *path, int flags);
/systemd/src/journal/
H A Djournal-verify.c841 data_fd = open_tmpfile("/var/tmp", O_RDWR | O_CLOEXEC);
847 entry_fd = open_tmpfile("/var/tmp", O_RDWR | O_CLOEXEC);
853 entry_array_fd = open_tmpfile("/var/tmp", O_RDWR | O_CLOEXEC);
H A Djournal-send.c319 buffer_fd = open_tmpfile("/dev/shm", O_RDWR | O_CLOEXEC);
/systemd/src/journal-remote/
H A Djournal-gatewayd.c130 fd = open_tmpfile("/tmp", O_RDWR|O_CLOEXEC);
/systemd/src/core/
H A Dmanager.c2206 fd = open_tmpfile(path, O_RDWR|O_CLOEXEC);

Completed in 828 milliseconds