HomeSort by relevance Sort by last modified time
    Searched refs:patchoat_executable_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/
parsed_options.h 54 std::string patchoat_executable_; member in class:art::ParsedOptions
runtime.cc 391 if (!patchoat_executable_.empty()) {
392 return patchoat_executable_;
394 std::string patchoat_executable_(GetAndroidRoot());
395 patchoat_executable_ += (kIsDebugBuild ? "/bin/patchoatd" : "/bin/patchoat");
396 return patchoat_executable_;
690 patchoat_executable_ = options->patchoat_executable_;
    [all...]
runtime.h 543 std::string patchoat_executable_; member in class:art::Runtime
parsed_options.cc 434 if (!ParseStringAfterChar(option, ':', &patchoat_executable_)) {
    [all...]

Completed in 433 milliseconds