HomeSort by relevance Sort by last modified time
    Searched refs:GetPatchoatExecutable (Results 1 - 5 of 5) sorted by null

  /art/runtime/
runtime.h 177 std::string GetPatchoatExecutable() const;
oat_file_assistant.cc 653 argv.push_back(runtime->GetPatchoatExecutable());
    [all...]
oat_file_assistant_test.cc 213 argv.push_back(runtime->GetPatchoatExecutable());
    [all...]
runtime.cc 523 std::string Runtime::GetPatchoatExecutable() const {
    [all...]
  /art/runtime/gc/space/
image_space.cc 201 std::string patchoat(Runtime::Current()->GetPatchoatExecutable());
    [all...]

Completed in 404 milliseconds