Searched defs:img (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc138 std::string img = "-Ximage:" + image_location; local
139 options.push_back(std::make_pair(img.c_str(), nullptr));
233 std::string img = "-Ximage:" + image_location; local
234 options.push_back(std::make_pair(img.c_str(), nullptr));

Completed in 64 milliseconds