Searched refs:boot_classpath_ (Results 1 – 1 of 1) sorted by relevance
233 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName); in ReadEnvironment()306 environ_.push_back(StringPrintf("BOOTCLASSPATH=%s", boot_classpath_.c_str())); in PrepareEnvironmentVariables()588 std::string boot_classpath_; member in android::installd::OTAPreoptService