Home
last modified time | relevance | path

Searched defs:moduleDir (Results 1 – 3 of 3) sorted by relevance

/development/tools/idegen/src/com/android/idegen/
DModuleCache.java54 public Module getAndCacheByDir(File moduleDir) throws IOException { in getAndCacheByDir()
89 private void putModule(File moduleDir, Module module) throws IOException { in putModule()
93 private Module getModule(File moduleDir) throws IOException { in getModule()
DModule.java92 public Module(File moduleDir) throws IOException { in Module()
96 public Module(File moduleDir, boolean parseMakeFileForSource) throws IOException { in Module()
230 String moduleDir = getDir().getCanonicalPath(); in buildImlFile() local
DFrameworkModule.java42 public FrameworkModule(File moduleDir) throws IOException { in FrameworkModule()