Home
last modified time | relevance | path

Searched refs:GetPatchoatExecutable (Results 1 – 4 of 4) sorted by relevance

/art/patchoat/
Dpatchoat_test.cc131 argv.push_back(runtime->GetPatchoatExecutable()); in BasePatchoatCommand()
/art/runtime/
Druntime.h171 std::string GetPatchoatExecutable() const;
Druntime.cc714 std::string Runtime::GetPatchoatExecutable() const { in GetPatchoatExecutable() function in art::Runtime
/art/runtime/gc/space/
Dimage_space.cc252 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in RelocateImage()
284 std::string patchoat(Runtime::Current()->GetPatchoatExecutable()); in VerifyImage()