Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc163 bool ComputeFields(const std::string& file_path, std::string* error_msg);
212 if (!ret->ComputeFields(elf_filename, error_msg)) { in OpenOatFile()
252 if (!ret->ComputeFields(oat_location, error_msg)) { in OpenOatFile()
320 bool OatFileBase::ComputeFields(const std::string& file_path, std::string* error_msg) { in ComputeFields() function in art::OatFileBase
1310 if (!oat_file->ComputeFields(file->GetPath(), error_msg)) { in OpenElfFile()