Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpe_util.cc128 string img_file; in ReadModuleInfo() local
129 if (!WindowsStringUtils::safe_wcstombs(pe_file, &img_file)) { in ReadModuleInfo()
135 AutoImage img(ImageLoad((PSTR)img_file.c_str(), NULL)); in ReadModuleInfo()
137 fprintf(stderr, "Failed to load %s\n", img_file.c_str()); in ReadModuleInfo()
202 string img_file; in ReadPEInfo() local
203 if (!WindowsStringUtils::safe_wcstombs(pe_file, &img_file)) { in ReadPEInfo()
209 AutoImage img(ImageLoad((PSTR)img_file.c_str(), NULL)); in ReadPEInfo()
244 string img_file; in PrintPEFrameData() local
245 if (!WindowsStringUtils::safe_wcstombs(pe_file, &img_file)) { in PrintPEFrameData()
251 AutoImage img(ImageLoad((PSTR)img_file.c_str(), NULL)); in PrintPEFrameData()
[all …]