Home
last modified time | relevance | path

Searched refs:uploadFile (Results 1 – 1 of 1) 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> { method in AFCClient
168 const uploadFile = (tries = 0) => { constant
171 .uploadFile(filePath, remotePath)
185 uploadFile(tries++);
194 uploadFile();
199 pendingFileUploads.push(uploadFile);