HomeSort by relevance Sort by last modified time
    Searched defs:boot_class_path_ (Results 1 - 3 of 3) sorted by null

  /art/runtime/
class_linker.h 68 // If class_loader is null, searches boot_class_path_.
222 return boot_class_path_;
524 std::vector<const DexFile*> boot_class_path_; member in class:art::ClassLinker
common_test.h 293 boot_class_path_.push_back(java_lang_dex_file_);
294 boot_class_path_.push_back(conscrypt_file_);
301 options.push_back(std::make_pair("bootclasspath", &boot_class_path_));
524 std::vector<const DexFile*> boot_class_path_; member in class:art::CommonTest
runtime.h 91 const std::vector<const DexFile*>* boot_class_path_; member in class:art::Runtime::ParsedOptions

Completed in 70 milliseconds