Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_linux.cc345 const size_t kSwapIndex = (9 * 3) + 1; in GetWorkingSetKBytesTotmaps() local
363 DCHECK_EQ("Swap:", totmaps_fields[kSwapIndex-1]); in GetWorkingSetKBytesTotmaps()
373 ret &= StringToInt(totmaps_fields[kSwapIndex], &swap); in GetWorkingSetKBytesTotmaps()