Searched refs:fromfd (Results 1 – 1 of 1) sorted by relevance
107 int fromfd, tofd; in copyfile_mode() local118 fromfd = open(from, O_RDONLY); in copyfile_mode()119 if (fromfd < 0) in copyfile_mode()126 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0); in copyfile_mode()139 close(fromfd); in copyfile_mode()