Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgrp_pwd.cpp244 static id_t get_next_app_id(id_t current_id, bool is_group) { in get_next_app_id() argument
250 if (current_id < ranges[0].start) { in get_next_app_id()
254 id_t incremented_id = current_id + 1; in get_next_app_id()