Home
last modified time | relevance | path

Searched refs:offset_dst_val (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c10320 off_t offset_src_val, offset_dst_val; in os_copy_file_range_impl() local
10343 if (!Py_off_t_converter(offset_dst, &offset_dst_val)) { in os_copy_file_range_impl()
10346 p_offset_dst = &offset_dst_val; in os_copy_file_range_impl()