Searched refs:Xvfb (Results 1 - 1 of 1) sorted by path

/external/chromium_org/build/android/pylib/utils/
H A Dxvfb.py19 class Xvfb(object): class in inherits:object
20 """Class to start and stop Xvfb if relevant. Nop if not Linux."""
26 """Start Xvfb and set an appropriate DISPLAY environment. Linux only.
32 proc = subprocess.Popen(['Xvfb', ':9', '-screen', '0', '1024x768x24',
37 raise Exception('Could not start Xvfb')
48 raise Exception('Could not confirm Xvfb happiness')
51 """Stop Xvfb if needed. Linux only."""

Completed in 273 milliseconds