Searched refs:map_str (Results 1 – 3 of 3) sorted by relevance
279 std::string map_str; in GetCacheSizesFromKVFS() local280 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()282 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()
273 std::string map_str; in GetCacheSizesFromKVFS() local274 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()276 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()
5343 int parse_ugid_map(char *map_str, in parse_ugid_map() argument5352 for (*ugid_map_count = 0, line_str = map_str;; in parse_ugid_map()