Searched refs:ComputeFields (Results 1 – 1 of 1) sorted by relevance
169 bool ComputeFields(const std::string& file_path, std::string* error_msg);238 if (!ret->ComputeFields(elf_filename, error_msg)) { in OpenOatFile()279 if (!ret->ComputeFields(oat_location, error_msg)) { in OpenOatFile()345 bool OatFileBase::ComputeFields(const std::string& file_path, std::string* error_msg) { in ComputeFields() function in art::OatFileBase