Searched refs:inner_error_msg (Results 1 – 2 of 2) sorted by relevance
278 std::string inner_error_msg; in Add() local279 if (!Resize(max_entries_ * 2, &inner_error_msg)) { in Add()284 << " Resizing failed: " << inner_error_msg; in Add()
1752 std::string inner_error_msg; in OpenOatDexFile() local1753 dex_file = oat_dex_file->OpenDexFile(&inner_error_msg); in OpenOatDexFile()1758 inner_error_msg.c_str()); in OpenOatDexFile()