Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/ios/
H A Dsimctl.ts127 await bootDeviceAsync({ udid: resolveId(device) });
166 await bootDeviceAsync(device);
190 export async function bootDeviceAsync(device: DeviceContext): Promise<void> { function