Searched refs:GetDex2oatBootClasspath (Results 1 – 2 of 2) sorted by relevance
197 const std::string& GetDex2oatBootClasspath() const { return dex2oat_boot_classpath_; } in GetDex2oatBootClasspath() function
712 dex2oat_boot_classpath_jars_ = Split(config_.GetDex2oatBootClasspath(), ":"); in OnDeviceRefresh()