Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h270 const std::string& GetBootClasspath() const { return boot_classpath_; } in GetBootClasspath() function
Dodrefresh.cc711 boot_classpath_jars_ = Split(config_.GetBootClasspath(), ":"); in OnDeviceRefresh()