Home
last modified time | relevance | path

Searched refs:patchoat_executable_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.h745 std::string patchoat_executable_; variable
Druntime.cc679 if (!patchoat_executable_.empty()) { in GetPatchoatExecutable()
680 return patchoat_executable_; in GetPatchoatExecutable()
1087 patchoat_executable_ = runtime_options.ReleaseOrDefault(Opt::PatchOat); in Init()