Searched refs:SYSFS_POWER_STATE (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/cros/
H A Dsys_power.py15 SYSFS_POWER_STATE = '/sys/power/state' variable
157 with open(SYSFS_POWER_STATE, 'w') as sysfs_file:
160 logging.exception('Writing to %s failed', SYSFS_POWER_STATE)

Completed in 3424 milliseconds