Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h844 std::string patchoat_executable_; variable
Druntime.cc715 if (!patchoat_executable_.empty()) { in GetPatchoatExecutable()
716 return patchoat_executable_; in GetPatchoatExecutable()
1165 patchoat_executable_ = runtime_options.ReleaseOrDefault(Opt::PatchOat); in Init()