Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/android/
H A Dadb.ts358 const props = parseAdbDeviceProperties(results);
369 function parseAdbDeviceProperties(devicePropertiesString: string) { function