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

  /art/runtime/
oat_file_assistant.cc 90 cached_oat_file_name_ = std::string(oat_location);
405 cache_dir.c_str(), &cached_oat_file_name_, &error_msg);
413 return cached_oat_file_name_found_ ? &cached_oat_file_name_ : nullptr;
    [all...]
oat_file_assistant.h 418 std::string cached_oat_file_name_; member in class:art::OatFileAssistant

Completed in 65 milliseconds