HomeSort by relevance Sort by last modified time
    Searched refs:next_sid (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/src/
sidtab.c 36 s->next_sid = 1;
82 if (sid >= s->next_sid)
83 s->next_sid = sid + 1;
241 if (s->next_sid == UINT_MAX || s->shutdown) {
245 sid = s->next_sid++;
248 s->next_sid--;
308 s->next_sid = 1;
316 dst->next_sid = src->next_sid;
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 35 unsigned int next_sid; /* next SID to allocate */ member in struct:__anon23461
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 625 int next_sid = 0; local
627 while(next_sid >= 0) {
628 String rawResult = getRawScanResults(next_sid+"-");
629 next_sid = -1;
655 next_sid = Integer.parseInt(line.substring(BSS_ID_STR.length())) + 1;
    [all...]

Completed in 121 milliseconds