Searched refs:destinationPath (Results 1 – 12 of 12) sorted by relevance
| /expo/tools/src/generate-module/ |
| H A D | fetchTemplate.ts | 14 export default async function fetchTemplate(destinationPath: string, template?: string) { 18 await fs.copy(path.resolve(template), destinationPath); 22 await pacote.extract(template, destinationPath); 26 await pacote.extract(DEFAULT_TEMPLATE, destinationPath); 29 if (await fs.pathExists(path.join(destinationPath, 'template-unimodule.json'))) { 31 path.join(destinationPath, 'template-unimodule.json'), 32 path.join(destinationPath, 'unimodule.json')
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | GoogleServices.ts | 74 const destinationPath = path.resolve(projectRoot, targetPath); constant 77 await copyFilePathToPathAsync(completeSourcePath, destinationPath); 81 …`Cannot copy google-services.json from ${completeSourcePath} to ${destinationPath}. Please make su…
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/ |
| H A D | AppleDevice.ts | 92 await uploadApp(clientManager, { appBinaryPath: appPath, destinationPath: destPackagePath }); 169 { appBinaryPath, destinationPath }: { appBinaryPath: string; destinationPath: string } 181 await afcClient.uploadDirectory(appBinaryPath, destinationPath);
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/ |
| H A D | update.ts | 84 const destinationPath = path.join(STATIC_FOLDER_PATH, filename); constant 85 await fs.copyFile(sourcePath, destinationPath); 86 return await shaHash(destinationPath);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | GoogleServices.js | 96 const destinationPath = _path().default.resolve(projectRoot, targetPath); 98 await (0, _fs().copyFilePathToPathAsync)(completeSourcePath, destinationPath); 101 …or(`Cannot copy google-services.json from ${completeSourcePath} to ${destinationPath}. Please make…
|
| H A D | GoogleServices.js.map | 1 …destinationPath","copyFilePathToPathAsync","e","console","log","Error","buildGradle","includes","r…
|
| /expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI48_0_0EXUpdatesFileDownloader.h | 27 toPath:(NSString *)destinationPath
|
| H A D | ABI48_0_0EXUpdatesFileDownloader.m | 96 toPath:(NSString *)destinationPath 116 if ([data writeToFile:destinationPath options:NSDataWritingAtomic error:&error]) { 119 …sage = [NSString stringWithFormat:@"Could not write to path %@: %@", destinationPath, error.locali…
|
| /expo/ios/versioned/sdk47/EXUpdates/EXUpdates/AppLoader/ |
| H A D | ABI47_0_0EXUpdatesFileDownloader.h | 27 toPath:(NSString *)destinationPath
|
| H A D | ABI47_0_0EXUpdatesFileDownloader.m | 96 toPath:(NSString *)destinationPath 116 if ([data writeToFile:destinationPath options:NSDataWritingAtomic error:&error]) { 119 …sage = [NSString stringWithFormat:@"Could not write to path %@: %@", destinationPath, error.locali…
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 117 toPath destinationPath: String, 158 try data.write(to: URL(fileURLWithPath: destinationPath), options: .atomic) 164 destinationPath,
|
| /expo/packages/expo-updates/ios/EXUpdates/AppLoader/ |
| H A D | FileDownloader.swift | 117 toPath destinationPath: String, 158 try data.write(to: URL(fileURLWithPath: destinationPath), options: .atomic) 164 destinationPath,
|