Searched defs:owned_fd (Results 1 – 3 of 3) sorted by relevance
70 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()74 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd, in MMAPAllocation()
29 MMAPAllocation::MMAPAllocation(ErrorReporter* error_reporter, int owned_fd) in MMAPAllocation()
57 let owned_fd = unsafe { OwnedFd::from_raw_fd(fd) }; in new() localVariable