Searched refs:converted_image_filename (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc258 std::string converted_image_filename = space->GetImageLocation(); local
259 std::replace(converted_image_filename.begin() + 1, converted_image_filename.end(), '/', '@');
261 (StartsWith(converted_image_filename, "/") ? "" : "/") +
262 converted_image_filename;
308 std::string converted_image_filename = space->GetImageLocation(); local
309 std::replace(converted_image_filename.begin() + 1, converted_image_filename.end(), '/', '@');
311 (StartsWith(converted_image_filename, "/") ? "" : "/") +
312 converted_image_filename;
[all...]

Completed in 64 milliseconds