Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.cpp270 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName); in ReadEnvironment()
343 environ_.push_back(StringPrintf("BOOTCLASSPATH=%s", boot_classpath_.c_str())); in PrepareEnvironmentVariables()
596 std::string boot_classpath_; member in android::installd::OTAPreoptService