Searched refs:moduleNameToMakeFileMap (Results 1 – 1 of 1) sorted by relevance
41 private HashMap<String, String> moduleNameToMakeFileMap; field in ModuleIndexes50 moduleNameToMakeFileMap = Maps.newHashMap(); in build()67 moduleNameToMakeFileMap.put(moduleName, makeFile); in build()93 Preconditions.checkState(moduleNameToMakeFileMap != null, in getMakeFile()96 return moduleNameToMakeFileMap.get(moduleName); in getMakeFile()