Searched refs:result_fd (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 23-1.c | 79 int i, pid, result_fd; in main() local 90 result_fd = shm_open(SHM_RESULT_NAME, in main() 92 if (result_fd == -1) { in main() 97 if (ftruncate(result_fd, sizeof(*create_cnt)) != 0) { in main() 104 MAP_SHARED, result_fd, 0); in main()
|
/external/libchrome/base/posix/ |
D | unix_domain_socket.cc | 233 int* result_fd, in SendRecvMsg() argument 237 result_fd, request); in SendRecvMsg() 245 int* result_fd, in SendRecvMsgWithFlags() argument 276 if (recv_fds.size() > (result_fd != nullptr ? 1 : 0)) { in SendRecvMsgWithFlags() 281 if (result_fd) in SendRecvMsgWithFlags() 282 *result_fd = recv_fds.empty() ? -1 : recv_fds[0].release(); in SendRecvMsgWithFlags()
|
D | unix_domain_socket.h | 87 int* result_fd, 96 int* result_fd,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 364 error_code unique_file(const Twine &model, int &result_fd,
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | PathV2.inc | 347 error_code unique_file(const Twine &model, int &result_fd, 438 result_fd = RandomFD;
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 525 error_code unique_file(const Twine &model, int &result_fd, 648 result_fd = fd;
|