Searched refs:testDestinationPath (Results 1 – 1 of 1) sorted by relevance
264 const testDestinationPath = path.join(androidTestPath, ...javaPackage.split('.')); constant266 await fs.mkdirp(testDestinationPath);267 await fs.copy(testSourcePath, testDestinationPath);273 await replaceContents(testDestinationPath, (singleFileContent) =>278 testDestinationPath,