Home | History | Annotate | Download | only in windows

Lines Matching defs:code_file

664   string code_file;
665 if (!WindowsStringUtils::safe_wcstombs(code_file_, &code_file)) {
669 AutoImage img(ImageLoad((PSTR)code_file.c_str(), NULL));
671 fprintf(stderr, "Failed to load %s\n", code_file.c_str());
852 info.code_file.c_str());
1255 string code_file;
1256 if (!WindowsStringUtils::safe_wcstombs(code_file_, &code_file)) {
1260 AutoImage img(ImageLoad((PSTR)code_file.c_str(), NULL));
1262 fprintf(stderr, "Failed to open PE file: %s\n", code_file.c_str());
1266 info->code_file = WindowsStringUtils::GetBaseName(code_file_);