Searched refs:file_name_len (Results 1 – 1 of 1) sorted by relevance
572 const size_t file_name_len = my_strlen(file_name); in FillRawModule() local574 if (!cv.Allocate(MDCVInfoPDB70_minsize + file_name_len + 1)) in FillRawModule()578 my_memcpy(cv_ptr, file_name, file_name_len + 1); in FillRawModule()579 cv.Copy(cv_buf, MDCVInfoPDB70_minsize + file_name_len + 1); in FillRawModule()