Searched refs:copied (Results 1 – 1 of 1) sorted by relevance
70 size_t copied = 0; in support_copy_file_range() local86 return copied; in support_copy_file_range()89 if (copied > 0) in support_copy_file_range()91 return copied; in support_copy_file_range()129 if (copied + written > 0) in support_copy_file_range()131 return copied + written; in support_copy_file_range()139 copied += read_count; in support_copy_file_range()142 return copied; in support_copy_file_range()
Completed in 4 milliseconds