Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc527 std::string patchoat_executable(GetAndroidRoot()); in GetPatchoatExecutable() local
528 patchoat_executable += (kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat"); in GetPatchoatExecutable()
529 return patchoat_executable; in GetPatchoatExecutable()