Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_config.h191 const std::string& GetDex2oatBootClasspath() const { return dex2oat_boot_classpath_; } in GetDex2oatBootClasspath() function
Dodrefresh.cc707 dex2oat_boot_classpath_jars_ = Split(config_.GetDex2oatBootClasspath(), ":"); in OnDeviceRefresh()