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