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()
DFrameworkModule.java42 public FrameworkModule(File moduleDir) throws IOException { in FrameworkModule()
DModule.java91 public Module(File moduleDir) throws IOException { in Module()
95 public Module(File moduleDir, boolean parseMakeFileForSource) throws IOException { in Module()
229 String moduleDir = getDir().getCanonicalPath(); in buildImlFile() local