Searched defs:boot_classpath_ (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dotapreopt.cpp237 boot_classpath_ = *system_properties_.GetProperty(kBootClassPathPropertyName);
541 environ_.push_back(StringPrintf("BOOTCLASSPATH=%s", boot_classpath_.c_str()));
601 return Dex2oatBootImage(boot_classpath_, art_path, oat_path, isa);
990 std::string boot_classpath_; member in class:android::installd::OTAPreoptService

Completed in 38 milliseconds