Searched refs:patchoat_executable_ (Results 1 – 4 of 4) sorted by relevance
54 std::string patchoat_executable_; variable
386 if (!patchoat_executable_.empty()) { in GetPatchoatExecutable()387 return patchoat_executable_; in GetPatchoatExecutable()389 std::string patchoat_executable_(GetAndroidRoot()); in GetPatchoatExecutable() local390 patchoat_executable_ += (kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat"); in GetPatchoatExecutable()391 return patchoat_executable_; in GetPatchoatExecutable()674 patchoat_executable_ = options->patchoat_executable_; in Init()
532 std::string patchoat_executable_; variable
435 if (!ParseStringAfterChar(option, ':', &patchoat_executable_)) { in Parse()