Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
H A Dcommand_buffer_printf.cpp28 #define streamDup2(fd1, fd2) dup2(fd1, fd2) macro
36 #define streamDup2(fd1, fd2) _dup2(fd1, fd2) macro
/aosp_15_r20/external/OpenCL-CTS/test_conformance/printf/
H A Dtest_printf.cpp28 #define streamDup2(fd1,fd2) dup2(fd1,fd2) macro
37 #define streamDup2(fd1,fd2) _dup2(fd1,fd2) macro