Searched refs:sourceFilesPath (Results 1 – 1 of 1) sorted by relevance
235 const sourceFilesPath = path.join(androidSrcPath, ...templateJavaPackage.split('.')); constant240 removeFiles(sourceFilesPath, [`ModuleTemplateView.kt`, `ModuleTemplateViewManager.kt`]);242 replaceContent(path.join(sourceFilesPath, 'ModuleTemplatePackage.kt'), (packageContent) =>250 await fs.copy(sourceFilesPath, destinationFilesPath);253 await fs.remove(sourceFilesPath);