HomeSort by relevance Sort by last modified time
    Searched refs:boot_cp (Results 1 - 2 of 2) sorted by null

  /frameworks/native/cmds/installd/
otapreopt.cpp 206 const std::string& boot_cp = local
208 environ_.push_back(StringPrintf("BOOTCLASSPATH=%s", boot_cp.c_str()));
256 const std::string& boot_cp = *system_properties_.GetProperty(kBootClassPathPropertyName); local
263 return Dex2oatBootImage(boot_cp, art_path, oat_path, isa);
290 bool Dex2oatBootImage(const std::string& boot_cp,
298 for (const std::string& boot_part : Split(boot_cp, ':')) {
  /art/runtime/
runtime.cc 860 const char* boot_cp = boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); local
861 if (boot_cp != nullptr) {
863 boot_cp,
    [all...]

Completed in 51 milliseconds