Home
last modified time | relevance | path

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

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