Home
last modified time | relevance | path

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

/development/tools/idegen/src/com/android/idegen/
DIntellijProject.java49 File projectPath; field in IntellijProject
52 public IntellijProject(String indexFile, String projectPath, ArrayList<String> moduleDirs, in IntellijProject()
208 String projectPath = args[argIndex++]; in main() local