Searched refs:fromPath (Results 1 – 1 of 1) sorted by relevance
608 String fromPath = attributes.getValue(ATTR_FROM); in execute()616 instantiate(freemarker, paramMap, fromPath, to); in execute()618 copyTemplateResource(fromPath, to); in execute()621 String fromPath = attributes.getValue(ATTR_FROM); in execute()629 merge(freemarker, paramMap, fromPath, to); in execute()683 private File getFullPath(@NonNull String fromPath) { in getFullPath() argument684 if (fromPath.startsWith(VALUE_TEMPLATE_DIR)) { in getFullPath()686 + fromPath.substring(VALUE_TEMPLATE_DIR.length() + 1).replace('/', in getFullPath()689 return new File(mRootPath, DATA_ROOT + File.separator + fromPath); in getFullPath()