Searched refs:inner_error_msg (Results 1 – 2 of 2) sorted by relevance
285 std::string inner_error_msg; in Add() local286 if (!Resize(max_entries_ * 2, &inner_error_msg)) { in Add()291 << " Resizing failed: " << inner_error_msg; in Add()
1685 std::string inner_error_msg; in OpenOatDexFile() local1686 dex_file = oat_dex_file->OpenDexFile(&inner_error_msg); in OpenOatDexFile()1691 inner_error_msg.c_str()); in OpenOatDexFile()