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