Searched refs:inner_error_msg (Results 1 – 2 of 2) sorted by relevance
379 std::string inner_error_msg; in Add() local380 if (!Resize(max_entries_ * 2u, &inner_error_msg)) { in Add()385 << " Resizing failed: " << inner_error_msg; in Add()
1878 std::string inner_error_msg; in OpenOatDexFile() local1879 dex_file = oat_dex_file->OpenDexFile(&inner_error_msg); in OpenOatDexFile()1884 inner_error_msg.c_str()); in OpenOatDexFile()