Searched refs:img_file (Results 1 – 1 of 1) sorted by relevance
128 string img_file; in ReadModuleInfo() local129 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() local203 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() local245 if (!WindowsStringUtils::safe_wcstombs(pe_file, &img_file)) { in PrintPEFrameData()251 AutoImage img(ImageLoad((PSTR)img_file.c_str(), NULL)); in PrintPEFrameData()[all …]