Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/ipc_posix/pipe_fifo/
DFifoTest.cpp29 #define FIFO_PATH "/dev/xtsTestFifo" macro
35 remove(FIFO_PATH); in SetUp()
39 remove(FIFO_PATH); in TearDown()
58 fd = open(FIFO_PATH, O_WRONLY, S_IRUSR|S_IWUSR);
65 int ret = mkfifo(FIFO_PATH, 0666);
67 fd = open(FIFO_PATH, O_RDONLY, S_IRUSR|S_IWUSR);
115 int ret = mkfifo(FIFO_PATH, 0666);
124 fd = open(FIFO_PATH, O_RDONLY, S_IRUSR|S_IWUSR);
149 fd = open(FIFO_PATH, O_WRONLY, S_IRUSR|S_IWUSR);
179 int ret = mkfifo(FIFO_PATH, 0666);
[all …]
/test/xts/acts/kernel_lite/process_posix/src/
DPthreadTest.h21 #define FIFO_PATH "/dev/xtsTestFifo" macro