Home
last modified time | relevance | path

Searched defs:fifo_fd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/update_engine/common/
H A Dsubprocess_unittest.cc267 int fifo_fd = HANDLE_EINTR(open(fifo_path.c_str(), O_RDONLY)); in TEST_F() local
276 uint32_t tag) { in TEST_F()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl07.c69 static int file_fd, pipe_fds[2], fifo_fd; variable