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 445 bool Dex2oatBootImage(const std::string& boot_cp,
453 for (const std::string& boot_part : Split(boot_cp, ":")) {
  /art/runtime/
runtime.cc 885 const char* boot_cp = boot_oat_header.GetStoreValueByKey(OatHeader::kBootClassPathKey); local
886 if (boot_cp != nullptr) {
888 boot_cp,
    [all...]

Completed in 711 milliseconds