Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/ios/
H A DAppleDeviceManager.ts56 return SimControl.bootAsync({ udid });
H A Dsimctl.ts165 export async function bootAsync(device: DeviceContext): Promise<Device | null> { function