Searched refs:copyFilesAsync (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/expo-test-runner/build/ |
| H A D | TemplateProject.d.ts | 17 protected copyFilesAsync(projectPath: string, files: {
|
| H A D | TemplateProject.js | 101 await this.copyFilesAsync(projectPath, templateFiles); 134 async copyFilesAsync(projectPath, files) { method in TemplateProject
|
| H A D | TemplateProject.js.map | 1 …copyFilesAsync(projectPath, templateFiles);\n await this.evaluateFiles(projectPath, templateFil…
|
| /expo/packages/expo-test-runner/src/ |
| H A D | TemplateProject.ts | 113 await this.copyFilesAsync(projectPath, templateFiles); 160 protected async copyFilesAsync(projectPath: string, files: { [path: string]: ProjectFile }) { method in TemplateProject
|
| /expo/tools/src/vendoring/ |
| H A D | legacy.ts | 860 async function copyFilesAsync( function 930 await copyFilesAsync(objcFiles, sourceDir, targetDir); 1006 await copyFilesAsync(javaFiles, sourceDir, targetDir);
|