Home
last modified time | relevance | path

Searched refs:uploadDirectory (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts181 await afcClient.uploadDirectory(appBinaryPath, destinationPath);
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts138 async uploadDirectory(srcPath: string, destPath: string): Promise<void> { method in AFCClient