Home
last modified time | relevance | path

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

/external/autotest/server/cros/network/
Dattenuator_controller.py11 SYS_GPIO_PATH = '/sys/class/gpio/' variable
39 self.value_file = os.path.join(SYS_GPIO_PATH, 'gpio' + self.offset,
41 self.export_file = os.path.join(SYS_GPIO_PATH, 'export')
42 self.unexport_file = os.path.join(SYS_GPIO_PATH, 'unexport')
43 self.direction_file = os.path.join(SYS_GPIO_PATH, 'gpio' + self.offset,