Home
last modified time | relevance | path

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

/external/compiler-rt/test/msan/Linux/
Dgetresid.cc11 uid_t uids[6]; in main() local
12 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()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiRtt2ManagerFacade.java160 @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() argument
217 if (uids == null) { in getWorkSource()
221 for (int i = 0; i < uids.length(); ++i) { in getWorkSource()
222 ws.add(uids.getInt(i)); in getWorkSource()
/external/guava/guava/src/com/google/common/collect/
DOrdering.java266 private Map<Object, Integer> uids = field in Ordering.ArbitraryOrdering
291 int result = uids.get(left).compareTo(uids.get(right)); in compare()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.035 options. These allow the uids/gids of files in the generated
36 filesystem to be specified, overriding the uids/gids in the
90 uids/gids in the generated Squashfs filesystem to be root.
/external/squashfs-tools/kernel/Documentation/filesystems/
Dsquashfs.txt39 32-bit uids/gids: yes no
176 converted to 32-bit uids/gids using an id look up table. This table is
/external/squashfs-tools/
DCHANGES501 options. These allow the uids/gids of files in the generated
502 filesystem to be specified, overriding the uids/gids in the
DRELEASE-README124 -force-uid uid set all file uids to uid
401 file uids/gids in the generated Squashfs filesystem to be root. This allows
965 converted to 32-bit uids/gids using an id look up table. This table is
/external/strace/
DChangeLog-CVS1446 (main): Use strace_fopen() and strace_popen(), remove uids
3110 open the -o file or fiddle uids.
5274 and effective uids are root.
5280 (main, newoutf) [!SVR4]: Swap real and effective uids while
DChangeLog39438 * tests/uid.c (main): Ignore uids returned by getresuid to avoid