Home
last modified time | relevance | path

Searched refs:copyFilesAsync (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-test-runner/build/
H A DTemplateProject.d.ts17 protected copyFilesAsync(projectPath: string, files: {
H A DTemplateProject.js101 await this.copyFilesAsync(projectPath, templateFiles);
134 async copyFilesAsync(projectPath, files) { method in TemplateProject
H A DTemplateProject.js.map1copyFilesAsync(projectPath, templateFiles);\n await this.evaluateFiles(projectPath, templateFil…
/expo/packages/expo-test-runner/src/
H A DTemplateProject.ts113 await this.copyFilesAsync(projectPath, templateFiles);
160 protected async copyFilesAsync(projectPath: string, files: { [path: string]: ProjectFile }) { method in TemplateProject
/expo/tools/src/vendoring/
H A Dlegacy.ts860 async function copyFilesAsync( function
930 await copyFilesAsync(objcFiles, sourceDir, targetDir);
1006 await copyFilesAsync(javaFiles, sourceDir, targetDir);