Searched refs:patchoat_executable (Results 1 – 1 of 1) sorted by relevance
527 std::string patchoat_executable(GetAndroidRoot()); in GetPatchoatExecutable() local528 patchoat_executable += (kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat"); in GetPatchoatExecutable()529 return patchoat_executable; in GetPatchoatExecutable()