Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vfs/
H A Dlseek.c65 char path_template[] = "/tmp/fifoXXXXXX"; variable
66 T_ASSERT_POSIX_SUCCESS(mkstemp(path_template), "setup: created temp file");
69 T_ASSERT_POSIX_ZERO(remove(path_template), "setup: removed temp file");
70 …T_ASSERT_POSIX_SUCCESS(mkfifo(path_template, (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)), "setup: cre…
71 int fifo_fd = open(path_template, O_RDWR, 0);