Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dutils.py1711 def _get_int_from_file(path, line, prefix, postfix): function
1832 cache_size = _get_int_from_file(_CPUINFO, 'cache size', ': ', ' KB')
1881 cpu_model = _get_int_from_file(_CPUINFO, 'model\t', ': ', None)
1890 cpu_family = _get_int_from_file(_CPUINFO, 'cpu family\t', ': ', None)
2075 kernel_max = _get_int_from_file(_KERNEL_MAX, 0, None, None)
2139 time = _get_int_from_file(_DIRTY_WRITEBACK_CENTISECS, 0, None, None)