Home
last modified time | relevance | path

Searched refs:FetchAll (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Doat_file_assistant_context.h71 EXPORT bool FetchAll(std::string* error_msg);
Doat_file_assistant_context.cc99 bool OatFileAssistantContext::FetchAll(std::string* error_msg) { in FetchAll() function in art::OatFileAssistantContext
/art/artd/
Dartd.cc1514 if (!ofa_context_->FetchAll(&error_msg)) { in GetOatFileAssistantContext()