Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DModuleIndexes.java66 String moduleName = arr[1]; in build()
67 moduleNameToMakeFileMap.put(moduleName, makeFile); in build()
68 append(makeFile, moduleName); in build()
80 private void append(String makeFile, String moduleName) { in append() argument
89 moduleNames.add(moduleName); in append()
92 public String getMakeFile(String moduleName) { in getMakeFile() argument
96 return moduleNameToMakeFileMap.get(moduleName); in getMakeFile()
DModuleCache.java70 public Module getAndCacheByName(String moduleName) throws IOException { in getAndCacheByName() argument
72 Preconditions.checkNotNull(moduleName); in getAndCacheByName()
74 String makeFileName = indexes.getMakeFile(moduleName); in getAndCacheByName()
76 logger.warning("Unable to find make file for module: " + moduleName); in getAndCacheByName()
82 logger.warning("Unable to find make file for module: " + moduleName); in getAndCacheByName()