Searched refs:uids (Results 1 – 9 of 9) sorted by relevance
11 uid_t uids[6]; in main() local12 assert(0 == __msan_test_shadow(uids, 6 * sizeof(uid_t))); in main()13 assert(0 == getresuid(&uids[0], &uids[2], &uids[4])); in main()16 __msan_test_shadow(uids + 2 * i, 2 * sizeof(uid_t))); in main()
160 @RpcOptional JSONArray uids) throws JSONException { in wifiRttCancelRanging()162 mMgr.cancelRanging(getWorkSource(uids)); in wifiRttCancelRanging()216 private static WorkSource getWorkSource(JSONArray uids) throws JSONException { in getWorkSource() argument217 if (uids == null) { in getWorkSource()221 for (int i = 0; i < uids.length(); ++i) { in getWorkSource()222 ws.add(uids.getInt(i)); in getWorkSource()
266 private Map<Object, Integer> uids = field in Ordering.ArbitraryOrdering291 int result = uids.get(left).compareTo(uids.get(right)); in compare()
35 options. These allow the uids/gids of files in the generated36 filesystem to be specified, overriding the uids/gids in the90 uids/gids in the generated Squashfs filesystem to be root.
39 32-bit uids/gids: yes no176 converted to 32-bit uids/gids using an id look up table. This table is
501 options. These allow the uids/gids of files in the generated502 filesystem to be specified, overriding the uids/gids in the
124 -force-uid uid set all file uids to uid401 file uids/gids in the generated Squashfs filesystem to be root. This allows965 converted to 32-bit uids/gids using an id look up table. This table is
1446 (main): Use strace_fopen() and strace_popen(), remove uids3110 open the -o file or fiddle uids.5274 and effective uids are root.5280 (main, newoutf) [!SVR4]: Swap real and effective uids while
39438 * tests/uid.c (main): Ignore uids returned by getresuid to avoid