Home
last modified time | relevance | path

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

/system/core/llkd/tests/
Dllkd_test.cpp311 static constexpr char stack_pipe_file[] = "/dev/stack_pipe_file"; in TEST() local
312 unlink(stack_pipe_file); in TEST()
313 auto pipe_ret = mknod(stack_pipe_file, S_IFIFO | 0666, 0); in TEST()
323 auto fd = open(stack_pipe_file, O_RDONLY | O_CLOEXEC); in TEST()
327 auto fd = open(stack_pipe_file, O_WRONLY | O_CLOEXEC); in TEST()
335 unlink(stack_pipe_file); in TEST()