Searched refs:totmaps_data (Results 1 – 1 of 1) sorted by relevance
294 std::string totmaps_data; in GetWorkingSetKBytesTotmaps() local298 bool ret = ReadFileToString(totmaps_file, &totmaps_data); in GetWorkingSetKBytesTotmaps()299 if (!ret || totmaps_data.length() == 0) in GetWorkingSetKBytesTotmaps()304 SplitStringAlongWhitespace(totmaps_data, &totmaps_fields); in GetWorkingSetKBytesTotmaps()