Searched refs:fd_out (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/base/ |
D | raw_syscall_tests.cc | 55 int fd_out = open("/dev/null", O_WRONLY); in TEST() local 57 long bytes_count = RawSyscall(__NR_splice, fd_in, 0, fd_out, 0, 10, 0); in TEST() 59 close(fd_out); in TEST()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | remote_method_tests.cpp | 281 int GetFile(const std::string& path, int mode, LocalHandle* fd_out) { in GetFile() argument 283 InvokeRemoteMethodInPlace<TestInterface::GetFile>(fd_out, path, mode); in GetFile() 316 int PushChannel(LocalChannelHandle* fd_out) { in PushChannel() argument 317 auto status = InvokeRemoteMethodInPlace<TestInterface::PushChannel>(fd_out); in PushChannel()
|