Searched refs:handle_to_dup (Results 1 – 1 of 1) sorted by relevance
471 int handle_to_dup = -1; in ShareToProcessCommon() local474 handle_to_dup = mapped_file_; in ShareToProcessCommon()480 handle_to_dup = readonly_mapped_file_; in ShareToProcessCommon()484 const int new_fd = HANDLE_EINTR(dup(handle_to_dup)); in ShareToProcessCommon()