Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts126 async makeDirectory(path: string): Promise<AFCResponse> { method in AFCClient
140 await this.makeDirectory(destPath);
155 promises.push(_this.makeDirectory(remotePath).then(() => uploadDir(filePath)));
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts176 await afcClient.makeDirectory('PublicStaging');