Home
last modified time | relevance | path

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

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