Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h54 std::string patchoat_executable_; variable
Druntime.cc386 if (!patchoat_executable_.empty()) { in GetPatchoatExecutable()
387 return patchoat_executable_; in GetPatchoatExecutable()
389 std::string patchoat_executable_(GetAndroidRoot()); in GetPatchoatExecutable() local
390 patchoat_executable_ += (kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat"); in GetPatchoatExecutable()
391 return patchoat_executable_; in GetPatchoatExecutable()
674 patchoat_executable_ = options->patchoat_executable_; in Init()
Druntime.h532 std::string patchoat_executable_; variable
Dparsed_options.cc435 if (!ParseStringAfterChar(option, ':', &patchoat_executable_)) { in Parse()