Home
last modified time | relevance | path

Searched refs:destinationPath (Results 1 – 12 of 12) sorted by relevance

/expo/tools/src/generate-module/
H A DfetchTemplate.ts14 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 DGoogleServices.ts74 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 DAppleDevice.ts92 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 Dupdate.ts84 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 DGoogleServices.js96 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 DGoogleServices.js.map1destinationPath","copyFilePathToPathAsync","e","console","log","Error","buildGradle","includes","r…
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/AppLoader/
H A DABI48_0_0EXUpdatesFileDownloader.h27 toPath:(NSString *)destinationPath
H A DABI48_0_0EXUpdatesFileDownloader.m96 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 DABI47_0_0EXUpdatesFileDownloader.h27 toPath:(NSString *)destinationPath
H A DABI47_0_0EXUpdatesFileDownloader.m96 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 DFileDownloader.swift117 toPath destinationPath: String,
158 try data.write(to: URL(fileURLWithPath: destinationPath), options: .atomic)
164 destinationPath,
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DFileDownloader.swift117 toPath destinationPath: String,
158 try data.write(to: URL(fileURLWithPath: destinationPath), options: .atomic)
164 destinationPath,