Searched refs:emulatorsOutput (Results 1 – 1 of 1) sorted by relevance
29 const emulatorsOutput = exec(`${emulatorCommand} -list-avds`).stdout; constant30 return emulatorsOutput.split(os.EOL).filter(name => name !== '');