OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:module_file_map
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/
environment.cpp
185
std::unordered_map<std::string, std::string>*
module_file_map
) {
193
module_file_map
->insert(std::make_pair(module_name, path + "/" + name));
197
GetAllModuleFiles(path + "/" + name,
module_file_map
);
206
std::unordered_map<std::string, std::string>
module_file_map
;
local
207
GetAllModuleFiles(module_dirpath, &
module_file_map
);
209
auto it =
module_file_map
.find(module.name);
210
if (it !=
module_file_map
.end()) {
/external/google-breakpad/src/tools/mac/crash_report/
on_demand_symbol_supplier.mm
59
// Load all sym files in symbol_search_dir into our
module_file_map
Completed in 369 milliseconds