Searched refs:mProjectPath (Results 1 – 2 of 2) sorted by relevance
28 private String mProjectPath; field in GetProjectPathsTask33 mProjectPath = projectPath; in setProjectPath()46 if (mProjectPath == null) { in execute()50 ProjectProperties props = TaskHelper.getProperties(mProjectPath); in execute()67 getProject().setProperty(outName, new File(mProjectPath, value).getAbsolutePath()); in handleProp()
43 private String mProjectPath; field in GetLibraryPathTask92 mProjectPath = projectPath; in setProjectPath()132 if (mProjectPath == null) { in execute()135 DependencyHelper helper = new DependencyHelper(new File(mProjectPath), mVerbose); in execute()