Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.h82 map<string, string> module_file_map_; variable
Don_demand_symbol_supplier.mm111 module_file_map_[moduleNameStr] = filePathStr;
243 map<string, string>::iterator result = module_file_map_.find(name);
245 return (result == module_file_map_.end()) ? "" : (*result).second;
311 module_file_map_[name] = [symbol_path fileSystemRepresentation];