Searched refs:uploadDirectory (Results 1 – 2 of 2) sorted by relevance
181 await afcClient.uploadDirectory(appBinaryPath, destinationPath);
138 async uploadDirectory(srcPath: string, destPath: string): Promise<void> { method in AFCClient