Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts153 const remotePath = path.join(destPath, path.relative(srcPath, filePath)); constant
155 promises.push(_this.makeDirectory(remotePath).then(() => uploadDir(filePath)));
171 .uploadFile(filePath, remotePath)