Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_context.h76 const std::vector<std::string>* GetBcpChecksums(size_t bcp_index, std::string* error_msg);
Doat_file_assistant_context.cc108 if (GetBcpChecksums(i, error_msg) == nullptr) { in FetchAll()
151 const std::vector<std::string>* OatFileAssistantContext::GetBcpChecksums(size_t bcp_index, in GetBcpChecksums() function in art::OatFileAssistantContext
Doat_file_assistant.cc793 ofa_context->GetBcpChecksums(bcp_index, error_msg); in ValidateBootClassPathChecksums()