Searched refs:getNextMapKey (Results 1 – 2 of 2) sorted by relevance
102 inline int getNextMapKey(const base::unique_fd& map_fd, const void* key, void* next_key) { in getNextMapKey() function111 return getNextMapKey(map_fd, NULL, firstKey); in getFirstMapKey()
75 if (getNextMapKey(mMapFd, &key, &nextKey)) { in getNextKey()