Searched refs:_get_int_from_file (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/bin/ |
D | utils.py | 1686 def _get_int_from_file(path, line, prefix, postfix): function 1802 cache_size = _get_int_from_file(_CPUINFO, 'cache size', ': ', ' KB') 1851 cpu_model = _get_int_from_file(_CPUINFO, 'model\t', ': ', None) 1860 cpu_family = _get_int_from_file(_CPUINFO, 'cpu family\t', ': ', None) 1937 kernel_max = _get_int_from_file(_KERNEL_MAX, 0, None, None) 2001 time = _get_int_from_file(_DIRTY_WRITEBACK_CENTISECS, 0, None, None)
|