Searched defs:new_fd (Results 1 – 3 of 3) sorted by relevance
43 int new_fd = TEMP_FAILURE_RETRY(open("/dev/pmsg0", O_WRONLY | O_CLOEXEC)); in GetPmsgFd() local
151 int new_fd = HANDLE_EINTR(open(new_part.c_str(), O_RDONLY)); in MapPartitionBlocks() local
139 unique_fd new_fd(adb_socket_accept(fd, nullptr, nullptr)); in OnFdEvent() local