/external/google-breakpad/src/common/windows/ |
string_utils-inl.h | 73 // not fail if source is longer than destination_size. The destination 75 static void safe_wcscpy(wchar_t *destination, size_t destination_size, 80 // are longer than destination_size. The destination buffer is always 82 static void safe_wcsncpy(wchar_t *destination, size_t destination_size, 106 size_t destination_size, 109 wcscpy_s(destination, destination_size, source); 114 wcsncpy(destination, source, destination_size); 115 if (destination && destination_size) 116 destination[destination_size - 1] = 0; 122 size_t destination_size, [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | 9088 unsigned int src_size = 0, destination_size = 0; local [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | 9338 unsigned int src_size = 0, destination_size = 0; local [all...] |
omx_vdec_hevc.cpp | 8170 unsigned int src_size = 0, destination_size = 0; local [all...] |
omx_vdec_hevc_swvdec.cpp | 9255 unsigned int src_size = 0, destination_size = 0; local [all...] |
omx_vdec_msm8974.cpp | 10146 unsigned int src_size = 0, destination_size = 0; local [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | 8116 unsigned int src_size = 0, destination_size = 0; local [all...] |
omx_vdec_hevc_swvdec.cpp | 9457 unsigned int src_size = 0, destination_size = 0; local [all...] |
omx_vdec_v4l2.cpp | 10967 unsigned int src_size = 0, destination_size = 0; local [all...] |