Searched refs:patchoat_executable_ (Results 1 – 2 of 2) sorted by relevance
468 if (!patchoat_executable_.empty()) { in GetPatchoatExecutable()469 return patchoat_executable_; in GetPatchoatExecutable()809 patchoat_executable_ = runtime_options.ReleaseOrDefault(Opt::PatchOat); in Init()
605 std::string patchoat_executable_; variable