Home | History | Annotate | Download | only in dragdrop

Lines Matching defs:copy_size

926   const size_t copy_size = (path.value().length() + 1) * sizeof(wchar_t);
927 memcpy(data, path.value().c_str(), copy_size);