Searched refs:destinationFilesPath (Results 1 – 1 of 1) sorted by relevance
236 const destinationFilesPath = path.join(androidSrcPath, ...javaPackage.split('.')); constant249 await fs.mkdirp(destinationFilesPath);250 await fs.copy(sourceFilesPath, destinationFilesPath);298 destinationFilesPath,