Home
last modified time | relevance | path

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

/external/autotest/client/cros/power/
Dpower_status.py1135 _MALI_DEV = '/sys/class/misc/mali0/device' variable in GPUFreqStats
1179 fname = os.path.join(self._MALI_DEV, 'clock')
1182 fname = os.path.join(self._MALI_DEV, 'available_frequencies')
1205 if os.path.exists(self._MALI_DEV) and \
1206 not os.path.exists(os.path.join(self._MALI_DEV, "devfreq")):