Home
last modified time | relevance | path

Searched refs:destPath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts108 protected async uploadFile(srcPath: string, destPath: string): Promise<void> {
109 debug(`uploadFile: ${srcPath}, ${destPath}`);
114 await this.openFile(destPath),
138 async uploadDirectory(srcPath: string, destPath: string): Promise<void> {
140 await this.makeDirectory(destPath);
153 const remotePath = path.join(destPath, path.relative(srcPath, filePath));
/expo/tools/src/versioning/android/versionCxx/
H A Dindex.ts175 const destPath = path.join(jniLibsRoot, lib); constant
176 await fs.ensureDir(path.dirname(destPath));
177 await fs.copyFile(path.join(libRoot, lib), destPath);
/expo/packages/expo-updates/e2e/setup/
H A Dproject.js39 async function packExpoDependency(repoRoot, projectRoot, destPath, dependencyName) { argument
75 await spawnAsync('npm', ['pack', '--pack-destination', destPath], {
85 const dependencyTarballPath = glob.sync(path.join(destPath, `${dependencyTarballName}-*.tgz`))[0];
88 throw new Error(`Failed to locate packed ${dependencyName} in ${destPath}`);