Searched refs:srcPath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/ |
| H A D | AFCClient.ts | 108 protected async uploadFile(srcPath: string, destPath: string): Promise<void> { 109 debug(`uploadFile: ${srcPath}, ${destPath}`); 113 await promisify(fs.readFile)(srcPath), 138 async uploadDirectory(srcPath: string, destPath: string): Promise<void> { 139 debug(`uploadDirectory: ${srcPath}`); 147 return uploadDir(srcPath); 153 const remotePath = path.join(destPath, path.relative(srcPath, filePath));
|
| /expo/tools/src/versioning/android/ |
| H A D | versionVendoredModules.ts | 100 const srcPath = path.join(buildLibDir, file); constant 104 await fs.copy(srcPath, dstPath);
|
| /expo/tools/src/vendoring/ |
| H A D | legacy.ts | 170 const srcPath = path.join(patchSourceDir, file); constant 182 await fs.copy(srcPath, dstPath);
|