Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java234 private final File mRootPath; field in TemplateHandler
290 mRootPath = rootPath; in TemplateHandler()
293 mLoader.setPrefix(mRootPath.getPath()); in TemplateHandler()
386 mTemplate = mManager.getTemplate(mRootPath); in getTemplate()
394 return new File(mRootPath.getPath(), templateName).getPath(); in getResourcePath()
406 return Files.toString(new File(mRootPath, in readTemplateTextResource()
434 return Files.toByteArray(new File(mRootPath, relativePath)); in readTemplateResource()
461 mLoader.setTemplateFile(new File(mRootPath, file)); in processVariables()
583 mLoader.setTemplateFile(new File(mRootPath, file)); in execute()
689 return new File(mRootPath, DATA_ROOT + File.separator + fromPath); in getFullPath()