Home
last modified time | relevance | path

Searched refs:SetBootClasspath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/odrefresh/
H A Dodr_config.h278 void SetBootClasspath(const std::string& classpath) { boot_classpath_ = classpath; } in SetBootClasspath() function
H A Dodrefresh_main.cc135 config->SetBootClasspath(GetEnvironmentVariableOrDie("BOOTCLASSPATH")); in InitializeConfig()
H A Dodrefresh_test.cc219 config_.SetBootClasspath(core_oj_jar_ + ":" + framework_jar_ + ":" + conscrypt_jar_ + ":" + in SetUp()