Lines Matching refs:image_filename
1976 std::string image_filename = image_filenames_[i];
1978 // Use the dex_loc path, but the image_filename name (without path elements).
1982 size_t image_last_slash = image_filename.rfind('/');
1983 size_t image_last_at = image_filename.rfind('@');
1992 dex_loc = image_filename.substr(image_last_sep + 1);
1995 image_filename.substr(image_last_sep + 1);
2444 std::string StripIsaFrom(const char* image_filename, InstructionSet isa) {
2445 std::string res(image_filename);