Searched refs:module_file_map (Results 1 – 1 of 1) sorted by relevance
76 std::unordered_map<std::string, std::string>* module_file_map) { in GetAllModuleFiles() argument82 module_file_map->insert(std::make_pair(module_name, entry_path)); in GetAllModuleFiles()84 GetAllModuleFiles(entry_path, module_file_map); in GetAllModuleFiles()94 std::unordered_map<std::string, std::string> module_file_map; in GetModulesInUse() local99 GetAllModuleFiles(path, &module_file_map); in GetModulesInUse()109 GetAllModuleFiles(module_dirpath, &module_file_map); in GetModulesInUse()112 auto it = module_file_map.find(module.name); in GetModulesInUse()113 if (it != module_file_map.end()) { in GetModulesInUse()